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',

View File

@@ -74,7 +74,7 @@ export default function ContactsList({
zIndex: '10',
}}>
<mdui-text-field icon="search" type="search" clearable ref={searchRef} variant="outlined" placeholder="搜索..." style={{
marginTop: '5px',
paddingTop: '12px',
}}></mdui-text-field>
<mdui-list-item rounded style={{
marginTop: '13px',

View File

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