forked from opentiny/tiny-vue
fix(date-picker): fix date-picker clear icon style (#260)
This commit is contained in:
parent
ee759b2a5f
commit
e91aa22a9d
|
@ -60,6 +60,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.@{input-prefix-cls}__icon {
|
.@{input-prefix-cls}__icon {
|
||||||
|
width: initial;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
fill: var(--ti-date-editor-input-icon-color-fill);
|
fill: var(--ti-date-editor-input-icon-color-fill);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue