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

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