chore: sync local workspace changes

This commit is contained in:
2026-05-07 11:03:47 +09:00
parent 2df0ba30cb
commit 82c0d8a197
217 changed files with 44873 additions and 1678 deletions

View File

@@ -1,5 +1,21 @@
.server-command-page {
width: 100%;
height: 100%;
min-height: 0;
display: flex;
flex-direction: column;
overflow: auto;
overscroll-behavior: contain;
-webkit-overflow-scrolling: touch;
}
.server-command-page.ant-space,
.server-command-page.ant-space > .ant-space-item {
width: 100%;
}
.server-command-page.ant-space {
flex: 1 1 auto;
}
.server-command-page .ant-alert-description {