fix(测试计划): 【测试计划】github#27298,测试计划左侧出现双滚动条
--bug=1032489 --user=白奇 【测试计划】github#27298,测试计划左侧出现双滚动条 https://www.tapd.cn/55049933/s/1435590
This commit is contained in:
parent
eaa98a3d20
commit
d50df5ce39
|
@ -765,7 +765,7 @@ export default {
|
|||
.node-tree {
|
||||
margin-top: 15px;
|
||||
overflow: auto;
|
||||
height: calc(100% - 45px);
|
||||
height: calc(100% - 50px);
|
||||
}
|
||||
|
||||
.father .child {
|
||||
|
|
|
@ -194,7 +194,7 @@ export default {
|
|||
|
||||
<style scoped>
|
||||
.node-tree {
|
||||
height: calc(100% - 45px);
|
||||
height: calc(100% - 50px);
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue