|
@@ -1,5 +1,5 @@
|
|
|
<template>
|
|
|
- <el-popover :width="widths" :visible="visible" style="height:300px;overflow-y: auto;">
|
|
|
+ <el-popover :width="widths" :visible="visible" >
|
|
|
<template #reference>
|
|
|
<div class="form-item-div" :id="uuid" @click="itemClick">
|
|
|
<div class="lable truncate" v-if="nodeId && nodeTitle">{{nodeTitle}}</div>
|
|
@@ -124,7 +124,7 @@ const testTreeClick = (data) => {
|
|
|
margin-left: -12px;
|
|
|
}
|
|
|
.el-popper{
|
|
|
- height: 400px;
|
|
|
+ // height: 400px;
|
|
|
overflow-y: auto;
|
|
|
}
|
|
|
</style>
|