el-select加上filterable远程搜索后下拉图标不见了

/deep/.el-select .el-select__caret:first-child::before {

  content: "\e6e1";

}

/deep/.el-select .is-focus .el-select__caret:first-child {

  transform: rotateZ(0deg);

}

评论(0)
发表评论