style: 抽屉+弹层全局样式调整

This commit is contained in:
liangdong
2025-12-29 21:51:46 +08:00
parent 6a2c315a87
commit fa4de6f71f
8 changed files with 102 additions and 16 deletions

11
src/styles/common.scss Normal file
View File

@@ -0,0 +1,11 @@
@use './element.scss' as *;
html,body{
height: 100%;
margin:0;
padding:0;
}
#app{
height: inherit;
}