fix: adjust style

This commit is contained in:
GyDi
2022-11-23 17:42:01 +08:00
parent db028665fd
commit ffa21fbfd2
6 changed files with 36 additions and 8 deletions

View File

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