2025-04-18 09:06:30 +01:00

18 lines
361 B
SCSS

@import 'common/base';
@import 'common/define';
#app {
position: relative;
width: 100%;
height: 100%;
font-family: Avenir, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
background-color: #fff;
}
// .el-dialog__body {
// overflow: hidden auto;
// height: auto;
// max-height: calc(100vh - 130px);
// }