feat(dashboard):UI fix

This commit is contained in:
junjie 2021-05-18 17:31:28 +08:00
parent 41deddbbfa
commit ec58faeee6

View File

@ -362,6 +362,10 @@ export default {
border: none;
}
.ms-main-container {
height: calc(100vh - 91px);
}
.de-header {
height: 35px !important;
border-bottom: 1px solid #E6E6E6;