fix:完善相关页面

This commit is contained in:
liangdong
2025-12-30 19:08:31 +08:00
parent fa4de6f71f
commit bfb6a1e500
22 changed files with 1886 additions and 23 deletions

View File

@@ -1,4 +1,5 @@
@use './element.scss' as *;
@use './stage.scss' as *;
html,body{
height: 100%;
@@ -8,4 +9,14 @@ html,body{
#app{
height: inherit;
}
}
:root{
--mj-menu-header-height:#{$mj-menu-header-height};
--mj-border-color:#{$mj-border-color};
--mj-padding-standard:#{$mj-padding-standard};
}