Files
CADViewComponent/src/ViewSrc/style.css

13 lines
142 B
CSS
Raw Normal View History

2020-05-07 10:51:27 +08:00
body {
font-size: 11px;
overflow: hidden;
}
html,
body {
background: #5C7080;
height: 100%;
padding: 0;
margin: 0;
}