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

pull/15269/head
Simona 2019-04-25 16:24:44 +08:00 committed by hetech
parent 65ae78aee1
commit 1a3a225d73
2 changed files with 2 additions and 2 deletions

View File

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

View File

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