修改bug 56688 标准体系 当层级过多时 按钮还是会往下掉 没有固定

This commit is contained in:
hanshaozhuang
2022-07-20 15:55:40 +08:00
parent 6b86977b0c
commit 59446db06f
+1 -1
View File
@@ -321,7 +321,7 @@
// } // }
//} //}
.common-tree{ .common-tree{
height: 100%; height: 87%;
overflow-y: auto; overflow-y: auto;
} }
</style> </style>