File tree Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 3030 display : inline-block ;
3131 text-align : left ;
3232
33- .tiny- svg {
33+ .@{css-prefix} svg {
3434 font-size : var (--tv-Picker-icon-size );
3535 fill : var (--tv-Picker-icon-color );
3636
5151 }
5252
5353 & .show-auto-width {
54-
5554 & .@{input-prefix-cls} ,
5655 & .@{input-prefix-cls} __inner {
5756 width : 100% ;
7675
7776 .baseClearicon {
7877 position : absolute ;
79- background-color : var (--tv-Picker-input-clear-icon-bg );
78+
79+ & + .@{css-prefix} svg-size {
80+ visibility : hidden ;
81+ }
8082
8183 & :hover {
8284 fill : var (--tv-Picker-icon-color-hover );
130132 }
131133 }
132134
133- .@{range-prefix-cls} __close-icon :has(> svg )+ .@{range-prefix-cls} __icon {
135+ .@{range-prefix-cls} __close-icon :has(> svg ) + .@{range-prefix-cls} __icon {
134136 display : none ;
135137 }
136138 }
310312 }
311313 }
312314 }
313- }
315+ }
Original file line number Diff line number Diff line change 6060 class =" baseClearicon"
6161 />
6262 </transition >
63- <component :is =" state.triggerClass" @click =" handleFocus" class =" tiny-svg-size" />
63+ <component
64+ :is =" state.triggerClass"
65+ @click =" handleFocus"
66+ class =" tiny-svg-size"
67+ />
6468 </i >
6569 </template >
6670 </tiny-input >
You can’t perform that action at this time.
0 commit comments