mirror of
https://gitee.com/fit2cloud-feizhiyun/MeterSphere.git
synced 2024-12-02 20:19:16 +08:00
fix(测试跟踪): 调整评审&&计划左侧树高度
--bug=1033821 --user=宋昌昌 【测试跟踪】测试计划&用例评审-模块较多向下滚动查看-模块数高度问题-空白一块 https://www.tapd.cn/55049933/s/1448372
This commit is contained in:
parent
cc2d3784bb
commit
c8a49555e3
@ -119,6 +119,10 @@ export default {
|
||||
}
|
||||
|
||||
.plan-aside .node-tree {
|
||||
height: 100%;
|
||||
height: calc(100vh - 125px)!important;
|
||||
}
|
||||
|
||||
.plan-aside .ms-aside-node-tree {
|
||||
height: 100%!important;
|
||||
}
|
||||
</style>
|
||||
|
@ -123,6 +123,10 @@ export default {
|
||||
}
|
||||
|
||||
.review-aside .node-tree {
|
||||
height: 100%;
|
||||
height: calc(100vh - 125px)!important;
|
||||
}
|
||||
|
||||
.review-aside .ms-aside-node-tree {
|
||||
height: 100%!important;
|
||||
}
|
||||
</style>
|
||||
|
Loading…
Reference in New Issue
Block a user