Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update selectTree.vue
update height
  • Loading branch information
microMerchine authored May 8, 2023
commit 03236fdb72da21dc839c9577cf775ea42c44abea
2 changes: 1 addition & 1 deletion src/iview/select/selectTree.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<i :class="'ivu-icon ivu-icon-' +iconVal+ ' ivu-select-arrow'" @click="clickIcon"></i>
</div>
<div v-show="showTree" class="ivu-select-dropdown"
style="max-height: 200px;overflow-y:scroll;z-index:9999;width:100%;" >
style="max-height: 200px;overflow-y:scroll;z-index:9999;width:100%;height:auto" >
<div style="width: 95%;margin-left: 10px;" v-show="showQuery">
<Input v-model="queryTreeVal" placeholder="请输入筛选条件" @on-change="selectTreeChange" />
</div>
Expand Down