Skip to content

Commit f695f9d

Browse files
author
liuzhe
committed
fix: input输入框添加clearable属性并输入内容,hover时宽度进行变化
1 parent 140df95 commit f695f9d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

style/web/components/input/_index.less

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,11 @@
103103
cursor: pointer;
104104
}
105105

106+
.@{prefix}-input__suffix-clear-hidden {
107+
opacity: 0;
108+
visibility: hidden;
109+
}
110+
106111
// 输入框大小
107112
&.@{prefix}-size-l {
108113
height: @input-height-l;

0 commit comments

Comments
 (0)