@@ -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>
{/* 状态区域 */}