Sytle: UI improvement

This commit is contained in:
wonfen
2024-01-20 16:05:01 +08:00
parent 0fd8174e77
commit a6ccd04471
2 changed files with 8 additions and 1 deletions

View File

@@ -80,7 +80,12 @@ const LogPage = () => {
autoComplete="off"
value={logState}
onChange={(e) => setLogState(e.target.value)}
sx={{ width: 120, mr: 1, '[role="button"]': { py: 0.65 } }}
sx={{
width: 120,
height: 33.375,
mr: 1,
'[role="button"]': { py: 0.65 },
}}
>
<MenuItem value="all">ALL</MenuItem>
<MenuItem value="inf">INFO</MenuItem>