Release - 2.1.1 臻fix

This commit is contained in:
wonfen
2025-02-27 03:18:23 +08:00
parent d23b2949d8
commit 2ce43ccd23
11 changed files with 47 additions and 29 deletions

View File

@@ -111,7 +111,7 @@
position: absolute;
top: 0;
left: 0;
right: 2px;
right: 0px;
bottom: 0px;
}
}

View File

@@ -204,9 +204,9 @@ const Layout = () => {
({ palette }) => ({ bgcolor: palette.background.paper }),
{
borderRadius: "8px",
border: "2px solid var(--divider-color)",
width: "calc(100vw - 4px)",
height: "calc(100vh - 4px)",
border: "0px solid var(--divider-color)",
width: "calc(100vw - 1px)",
height: "calc(100vh - 1px)",
},
]}
>