feat(前端界面): 优化OFDGo WebUI适高和适宽
build.yaml / build (push) Successful in 33s

This commit is contained in:
2026-07-08 21:40:45 +08:00
parent 9199ae02d8
commit 7048bf4cb9
2 changed files with 32 additions and 8 deletions
+2 -1
View File
@@ -477,12 +477,13 @@ body[data-hide-meta] .meta-panel {
min-width: 100%;
min-height: 100%;
padding: var(--page-space);
padding-block: var(--fit-space, var(--page-space));
}
.svg-host {
display: grid;
justify-items: center;
gap: var(--page-space);
gap: var(--fit-gap, var(--fit-space, var(--page-space)));
width: max-content;
margin: 0 auto;
}