浏览代码

Theme:fix icon error of cascader and select (#15264)

Simona 6 年之前
父节点
当前提交
1a3a225d73
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      packages/theme-chalk/src/cascader.scss
  2. 1 1
      packages/theme-chalk/src/select-dropdown.scss

+ 1 - 1
packages/theme-chalk/src/cascader.scss

@@ -137,7 +137,7 @@
     @include m(extensible) {
       &:after {
         font-family: 'element-icons';
-        content: "\e604";
+        content: "\e6e0";
         font-size: 14px;
         color: rgb(191, 203, 217);
         position: absolute;

+ 1 - 1
packages/theme-chalk/src/select-dropdown.scss

@@ -25,7 +25,7 @@
         position: absolute;
         right: 20px;
         font-family: 'element-icons';
-        content: "\E611";
+        content: "\e6da";
         font-size: 12px;
         font-weight: bold;
         -webkit-font-smoothing: antialiased;