Release - 2.1.1 臻fix

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

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)",
},
]}
>