.el-select__tags {
  .el-select__input {
    width: 50px !important;
  }
}

添加这段代码即可

 element-ui多选框模糊搜索输入文字闪动问题 随笔

SRE实战 互联网时代守护先锋,助力企业售后服务体系运筹帷幄!一键直达领取阿里云限量特价优惠。
    <el-select
      v-model="value"
      multiple
      collapse-tags
      filterable
      style="margin-left: 20px;"
      placeholder="请选择">
      <el-option
        v-for="item in options"
        :key="item.value"
        :label="item.label"
        :value="item.value">
      </el-option>
    </el-select>

提示:该问题出现是版本问题引起的,2.7版本已经修复了这个问题,如果您还在使用之前的代码,就需要使用上面说明的方式单独处理。

查看文档:element

扫码关注我们
微信号:SRE实战
拒绝背锅 运筹帷幄