2025-04-11 10:14:11 +01:00

22 lines
487 B
SCSS

@import 'common/base';
@import 'common/define';
@import '@/assets/fonts/iconfont.css';
#app {
position: relative;
width: 100%;
height: 100%;
font-family: PingFang SC, PingFang SC-Regular;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
background-color: #f5f5f5;
}
.el-dialog__body {
overflow: hidden auto;
height: auto;
max-height: calc(100vh - 130px);
}
.splitpanes.default-theme .splitpanes__pane {
background-color: #fff !important;
}