feat: 全局样式修改

This commit is contained in:
wangjiahao 2021-05-26 16:33:52 +08:00
parent 44921cb6a5
commit 9351e48be2
2 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ export default {
border-radius: 2px;
box-sizing: border-box;
background-color: #FFF;
height: 100vh;
height: calc(100vh - 56px);
border-right: 0px;
position: relative;
}

View File

@ -14,7 +14,7 @@ export default {
.ms-main-container {
padding: 10px;
height: 100vh;
height: calc(100vh - 56px);
}
</style>