ui: 三个侧边列表的搜索框边距修缮

This commit is contained in:
CrescentLeaf
2025-11-30 00:36:15 +08:00
parent 1f6f8a768f
commit 4b9d78d0d5
3 changed files with 3 additions and 3 deletions

View File

@@ -60,7 +60,7 @@ export default function AllChatsList({
width: '100%',
}} {...props}>
<mdui-text-field icon="search" type="search" clearable ref={searchRef} variant="outlined" placeholder="搜索..." style={{
paddingTop: '5px',
paddingTop: '12px',
paddingBottom: '13px',
position: 'sticky',
top: '0',