fix(测试跟踪): 调整评审&&计划左侧树高度

--bug=1033821 --user=宋昌昌 【测试跟踪】测试计划&用例评审-模块较多向下滚动查看-模块数高度问题-空白一块 https://www.tapd.cn/55049933/s/1448372
This commit is contained in:
song-cc-rock 2023-12-26 11:36:47 +08:00 committed by 刘瑞斌
parent cc2d3784bb
commit c8a49555e3
2 changed files with 10 additions and 2 deletions

View File

@ -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>

View File

@ -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>