update ColorPicker Icons

This commit is contained in:
梁灏 2018-06-25 13:38:47 +08:00
parent 207d6b072b
commit 943945766f

View file

@ -25,7 +25,7 @@
<div <div
v-show="value === '' && !visible" v-show="value === '' && !visible"
:class="[prefixCls + '-color-empty']"> :class="[prefixCls + '-color-empty']">
<i :class="[iconPrefixCls, iconPrefixCls + '-ios-close-empty']"></i> <i :class="[iconPrefixCls, iconPrefixCls + '-ios-close']"></i>
</div> </div>
<div <div
v-show="value || visible" v-show="value || visible"
@ -248,7 +248,7 @@ export default {
arrowClasses() { arrowClasses() {
return [ return [
this.iconPrefixCls, this.iconPrefixCls,
`${this.iconPrefixCls}-arrow-down-b`, `${this.iconPrefixCls}-ios-arrow-down`,
`${this.inputPrefixCls}-icon`, `${this.inputPrefixCls}-icon`,
`${this.inputPrefixCls}-icon-normal`, `${this.inputPrefixCls}-icon-normal`,
]; ];