修改bug 56404 技术标准选择关联模块时 菜单过长时 下面的按钮给顶掉下面了,把下面按钮固定到底部

This commit is contained in:
hanshaozhuang
2022-07-15 16:11:41 +08:00
parent 981c93638b
commit 39aa6a4627
2 changed files with 8 additions and 1 deletions
@@ -323,4 +323,8 @@
// }
//}
.common-tree{
height: 100%;
overflow-y: auto;
}
</style>
+4 -1
View File
@@ -320,5 +320,8 @@
// display: none;
// }
//}
.common-tree{
height: 100%;
overflow-y: auto;
}
</style>