style: 抽屉+弹层全局样式调整
This commit is contained in:
11
src/styles/common.scss
Normal file
11
src/styles/common.scss
Normal file
@@ -0,0 +1,11 @@
|
||||
@use './element.scss' as *;
|
||||
|
||||
html,body{
|
||||
height: 100%;
|
||||
margin:0;
|
||||
padding:0;
|
||||
}
|
||||
|
||||
#app{
|
||||
height: inherit;
|
||||
}
|
||||
Reference in New Issue
Block a user