|
|
@@ -718,7 +718,7 @@ export default {
|
|
|
overflow: hidden;
|
|
|
}
|
|
|
.tab-view {
|
|
|
- height: 100%;
|
|
|
+ height: calc(100vh - 100upx);
|
|
|
width: 170upx;
|
|
|
flex-shrink: 0;
|
|
|
background-color: #f0f2f6;
|
|
|
@@ -767,7 +767,7 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
.right-box {
|
|
|
- height: 100%;
|
|
|
+ height: calc(100vh - 140upx);
|
|
|
flex: 1;
|
|
|
box-sizing: border-box;
|
|
|
}
|