Authored by 郭成尧

style

... ... @@ -5,14 +5,25 @@
}
section {
padding: 0 30px;
border-top: 1px solid #ddd;
padding: 40px 80px;
.box {
.graph-box {
margin-top: 80px;
width: 100%;
min-height: 600px;
height: 600px;
}
}
.top-box > select {
float: right;
}
\ No newline at end of file
z-index: 9;
}
.table-module {
padding: 40px;
}
.table-box {
margin-top: 80px;
}
... ...