feat(web): support switch space

This commit is contained in:
zhaoying
2026-04-22 18:39:39 +08:00
parent 6f323f2435
commit ec6b08cde2
8 changed files with 196 additions and 19 deletions

View File

@@ -2,6 +2,10 @@
/* border-right: 1px solid #EAECEE; */
max-height: 100vh;
}
.sider :global(.ant-layout-sider-children) {
display: flex;
flex-direction: column;
}
.title {
height: 64px;
padding: 24px 10px 12px 12px;