Commit 76f6a95b by liuchenxi

update: 下拉选择器抖动问题

parent 611fdbc1
......@@ -35,9 +35,10 @@
v-model="customerTypeLabel"
placeholder="全部客户"
multiple
class="all-coustomer-select"
ref="select"
@change="selectChange"
style="width: 220px;margin-left:8px"
style="width: 220px;margin-left:8px;height: 32px"
>
<el-option :value="customerType" style="height: auto;padding:0">
<el-tree
......@@ -324,4 +325,7 @@ export default { ...action };
background: #F7F8FA;
}
}
.all-coustomer-select .el-select__tags {
height: 29px;
}
</style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment