el-element下拉框抖动

351 阅读1分钟

问题:使用el-select多选时的时候如果数据过多会产生抖动 解决方案: 设置css样式(一行代码解决):

.el-select{
   padding-bottom:2px;
}