fix: adjust style

This commit is contained in:
GyDi
2022-11-23 17:42:01 +08:00
parent de3ca6e237
commit 2709d1ff6e
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,