fix(血源关系): 修复名称下拉树形组件可选项过多显示异常

This commit is contained in:
wisonic-s 2023-01-12 10:55:13 +08:00
parent 1380585e5d
commit 2abcc45027

View File

@ -39,6 +39,7 @@
placement="bottom"
trigger="manual"
:width="popoverSize"
popper-class="relation-popover"
>
<el-tree
v-show="showTree"
@ -618,4 +619,8 @@ export default {
/*display: inline;*/
visibility: visible;
}
.relation-popover {
max-height: 100%;
overflow-y: scroll;
}
</style>