Browse Source

调整品牌区域,使logo竖直方向充满容器

dengdx 2 months ago
parent
commit
dd4377b192
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/layouts/BasicLayout.tsx

+ 1 - 1
src/layouts/BasicLayout.tsx

@@ -46,7 +46,7 @@ const BasicLayout: React.FC<BasicLayoutProps> = ({ children }) => {
                 {/* 第一行:品牌和状态区域 */}
                 <Row>
                     {/* 品牌区域 */}
-                    <Col xl={4} lg={4} md={5} sm={0} >
+                    <Col xl={4} lg={4} md={5} sm={0} className='leading-[0]'>
                         <Image src={logo} alt="Logo" style={{ width: '100%' }} />
                     </Col>
                     {/* 状态区域 */}