Skip to content

Commit

Permalink
fix: input输入框添加clearable属性并输入内容,hover时宽度进行变化
Browse files Browse the repository at this point in the history
  • Loading branch information
liuzhe committed Jun 26, 2023
1 parent 140df95 commit f695f9d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions style/web/components/input/_index.less
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,11 @@
cursor: pointer;
}

.@{prefix}-input__suffix-clear-hidden {
opacity: 0;
visibility: hidden;
}

// 输入框大小
&.@{prefix}-size-l {
height: @input-height-l;
Expand Down

0 comments on commit f695f9d

Please sign in to comment.