forked from github/dataease
Merge pull request #4375 from dataease/pr@dev@fix_relation_select_tree_height
fix(血缘关系): 下拉树组件高度调整
This commit is contained in:
commit
d28379e294
@ -632,7 +632,7 @@ export default {
|
||||
visibility: visible;
|
||||
}
|
||||
.relation-popover {
|
||||
max-height: 100%;
|
||||
max-height: 80%;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
</style>
|
||||
|
Loading…
Reference in New Issue
Block a user