mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-01-29 17:15:38 +08:00
fix: adjust style
This commit is contained in:
@@ -65,7 +65,14 @@ const LogPage = () => {
|
||||
</Box>
|
||||
}
|
||||
>
|
||||
<Paper sx={{ boxSizing: "border-box", boxShadow: 2, height: "100%" }}>
|
||||
<Paper
|
||||
sx={{
|
||||
boxSizing: "border-box",
|
||||
boxShadow: 2,
|
||||
height: "100%",
|
||||
userSelect: "text",
|
||||
}}
|
||||
>
|
||||
<Box
|
||||
sx={{
|
||||
pt: 1,
|
||||
|
||||
Reference in New Issue
Block a user