element下拉组件改变下拉箭头图标

想改啥样式就改成对应的编码

.el-cascader {
  .el-input__icon:before {
    content: '\e790';
  }
}

.el-select {
  .el-select__caret:before {
    content: '\e790';
  }
}

 

/e78f  向上的箭头  你懂得
posted @ 2022-11-29 15:50  如意酱  阅读(1413)  评论(0编辑  收藏  举报