导航栏右侧按钮和头像样式同步

This commit is contained in:
lutinglt
2025-07-07 13:50:03 +08:00
parent 15076d2996
commit 5116ca5cae
12 changed files with 171 additions and 89 deletions

View File

@@ -29,4 +29,8 @@ export const input = css`
outline: none;
}
}
.ui.input {
height: 32px;
}
`;