fix(测试计划): 【测试计划】github#27298,测试计划左侧出现双滚动条

--bug=1032489 --user=白奇 【测试计划】github#27298,测试计划左侧出现双滚动条 https://www.tapd.cn/55049933/s/1435590
This commit is contained in:
baiqi 2023-11-13 10:49:57 +08:00 committed by Craftsman
parent eaa98a3d20
commit d50df5ce39
2 changed files with 5 additions and 5 deletions

View File

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

View File

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