Skip to content

Commit

Permalink
feat(web): input, tips 定位设置为 absolute
Browse files Browse the repository at this point in the history
  • Loading branch information
chaishi authored and sheepluo committed Aug 10, 2022
1 parent 673e946 commit 501b947
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions style/web/components/input/_index.less
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,8 @@
height: auto;
min-height: @input-tips-min-height;
font: @input-tips-font;
line-height: @input-tips-line-height;
position: absolute;
}

.@{prefix}-input__tips--normal {
Expand Down

0 comments on commit 501b947

Please sign in to comment.