修复 问题
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -319,6 +319,7 @@ const HomeNavbar = (props: IProps) => {
|
||||
<Image
|
||||
src={inputLeftIcon || img.ICON_LOGO}
|
||||
className="logo"
|
||||
mode="aspectFit"
|
||||
onClick={handleInputLeftIconClick}
|
||||
/>
|
||||
{/* 搜索框 */}
|
||||
|
||||
Reference in New Issue
Block a user