Files
mes-ui-d2/src/assets/style/fixed/base.scss
李杨 867da8ed43 no message
Former-commit-id: e45c6d141ba7d77bbbaf8fcb3c1f6d4cb5825cb6
Former-commit-id: 49ffbc6316bb9b8a66bd6d70bcf5c64140a4e956
Former-commit-id: 2e75b8eee35b140d290d5ef2ba442f7d91bd2275
2018-03-08 21:48:41 +08:00

23 lines
314 B
SCSS

// 优化显示
html, body {
margin: 0px;
height: 100%;
font-family: "Arial", "Microsoft YaHei", "黑体", "宋体", sans-serif;
#app {
position: absolute;
top: 0px;
bottom: 0px;
left: 0px;
right: 0px;
}
}
pre {
margin: 0px;
border-radius: 4px;
}
a {
text-decoration: none;
}