mirror of
https://gitee.com/fit2cloud-feizhiyun/MeterSphere.git
synced 2024-12-03 04:28:51 +08:00
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 {
|
.node-tree {
|
||||||
margin-top: 15px;
|
margin-top: 15px;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
height: calc(100% - 45px);
|
height: calc(100% - 50px);
|
||||||
}
|
}
|
||||||
|
|
||||||
.father .child {
|
.father .child {
|
||||||
|
@ -194,7 +194,7 @@ export default {
|
|||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
.node-tree {
|
.node-tree {
|
||||||
height: calc(100% - 45px);
|
height: calc(100% - 50px);
|
||||||
position: relative;
|
position: relative;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user