Release 2.2.2

This commit is contained in:
wonfen
2025-03-25 14:11:40 +08:00
parent e054ac67fb
commit 12065330e1
7 changed files with 36 additions and 12 deletions

View File

@@ -249,8 +249,8 @@ const Layout = () => {
? {
borderRadius: "8px",
border: "1px solid var(--divider-color)",
width: "calc(100vw - 0px)",
height: "calc(100vh - 0px)",
width: "calc(100vw - 4px)",
height: "calc(100vh - 4px)",
}
: {},
]}