修改画布显示不全及操作优化
This commit is contained in:
@ -146,7 +146,8 @@ export default {
|
||||
position: relative;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
height: 100%;
|
||||
height:calc(100vh - 84px);
|
||||
overflow: hidden;
|
||||
|
||||
.topBox {
|
||||
height: 52px;
|
||||
@ -188,7 +189,7 @@ export default {
|
||||
.bottomWarp {
|
||||
flex: 1;
|
||||
display: flex;
|
||||
height: 0;
|
||||
overflow:hidden
|
||||
}
|
||||
.leftBox {
|
||||
height: 100%;
|
||||
@ -212,4 +213,4 @@ export default {
|
||||
overflow: auto;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
|
Reference in New Issue
Block a user