update ColorPicker Icons
This commit is contained in:
parent
207d6b072b
commit
943945766f
1 changed files with 2 additions and 2 deletions
|
@ -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`,
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Reference in a new issue