mirror of
https://github.com/dataease/dataease.git
synced 2025-02-25 03:52:59 +08:00
feat: 全局样式修改
This commit is contained in:
parent
44921cb6a5
commit
9351e48be2
@ -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;
|
||||
}
|
||||
|
@ -14,7 +14,7 @@ export default {
|
||||
|
||||
.ms-main-container {
|
||||
padding: 10px;
|
||||
height: 100vh;
|
||||
height: calc(100vh - 56px);
|
||||
}
|
||||
|
||||
</style>
|
||||
|
Loading…
Reference in New Issue
Block a user