chore: Sidebar 搜索框高度 34px

This commit is contained in:
thzxx
2026-06-27 22:47:43 +08:00
parent 354d13105f
commit 203552920a
+1 -1
View File
@@ -65,7 +65,7 @@ export function Sidebar(): React.JSX.Element {
startAdornment: <Search size={14} style={{ color: '#8b8fa7', marginRight: 8 }} />, startAdornment: <Search size={14} style={{ color: '#8b8fa7', marginRight: 8 }} />,
}, },
}} }}
sx={{ mb: 1.5, '& .MuiOutlinedInput-root': { fontSize: 12, borderRadius: 1.5 } }} sx={{ mb: 1.5, '& .MuiOutlinedInput-root': { fontSize: 12, borderRadius: 1.5, height: 34 } }}
/> />
<Box sx={{ flex: 1, overflowY: 'auto' }}> <Box sx={{ flex: 1, overflowY: 'auto' }}>