Merge pull request #4375 from dataease/pr@dev@fix_relation_select_tree_height

fix(血缘关系): 下拉树组件高度调整
This commit is contained in:
wisonic-s 2023-01-13 19:54:59 +08:00 committed by GitHub
commit d28379e294
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -632,7 +632,7 @@ export default {
visibility: visible;
}
.relation-popover {
max-height: 100%;
max-height: 80%;
overflow-y: scroll;
}
</style>