修复 问题

This commit is contained in:
张成
2025-12-06 23:11:32 +08:00
parent acc0e1a2e0
commit 899c5881ac
5 changed files with 48 additions and 32 deletions

View File

@@ -63,7 +63,6 @@
gap: 8px;
.logo {
width: 28px;
height: 16px;
}
@@ -147,8 +146,8 @@
padding-left: 10px;
.logo {
width: 32px;
height: 32px;
width: 29px;
height: 29px;
}
}

View File

@@ -319,6 +319,7 @@ const HomeNavbar = (props: IProps) => {
<Image
src={inputLeftIcon || img.ICON_LOGO}
className="logo"
mode="aspectFit"
onClick={handleInputLeftIconClick}
/>
{/* 搜索框 */}