feat(测试跟踪): 评审&&计划左侧模块树高度问题

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

View File

@ -116,4 +116,8 @@ export default {
margin-left: -4px;
margin-top: 18px;
}
.plan-aside .node-tree {
height: 100%;
}
</style>

View File

@ -120,4 +120,8 @@ export default {
margin-left: -4px;
margin-top: 18px;
}
.review-aside .node-tree {
height: 100%;
}
</style>