mirror of
https://github.com/clash-verge-rev/clash-verge-rev
synced 2025-05-05 04:33:45 +08:00
Sytle: UI improvement
This commit is contained in:
parent
31c34ea158
commit
8781c5db8d
@ -172,6 +172,7 @@ const ConnectionsPage = () => {
|
|||||||
sx={{
|
sx={{
|
||||||
mr: 1,
|
mr: 1,
|
||||||
width: i18n.language === "en" ? 190 : 120,
|
width: i18n.language === "en" ? 190 : 120,
|
||||||
|
height: 33.375,
|
||||||
'[role="button"]': { py: 0.65 },
|
'[role="button"]': { py: 0.65 },
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
@ -193,6 +194,7 @@ const ConnectionsPage = () => {
|
|||||||
placeholder={t("Filter conditions")}
|
placeholder={t("Filter conditions")}
|
||||||
value={filterText}
|
value={filterText}
|
||||||
onChange={(e) => setFilterText(e.target.value)}
|
onChange={(e) => setFilterText(e.target.value)}
|
||||||
|
sx={{ input: { py: 0.65, px: 1.25 } }}
|
||||||
/>
|
/>
|
||||||
</Box>
|
</Box>
|
||||||
|
|
||||||
|
@ -80,7 +80,12 @@ const LogPage = () => {
|
|||||||
autoComplete="off"
|
autoComplete="off"
|
||||||
value={logState}
|
value={logState}
|
||||||
onChange={(e) => setLogState(e.target.value)}
|
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="all">ALL</MenuItem>
|
||||||
<MenuItem value="inf">INFO</MenuItem>
|
<MenuItem value="inf">INFO</MenuItem>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user