Files
mes-ui-d2/src/assets/style/fixed/base.scss

19 lines
202 B
SCSS
Raw Normal View History

// 优化显示
html, body {
margin: 0px;
height: 100%;
background-color: $color-bg;
#app {
height: 100%;
}
}
pre {
margin: 0px;
border-radius: 4px;
}
a {
text-decoration: none;
}