Skip to content

Commit

Permalink
fix(form): 修复搭配 input 使用时的样式问题 (#2851)
Browse files Browse the repository at this point in the history
  • Loading branch information
eiinu authored Jan 17, 2024
1 parent e46e07a commit 285d1d4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/packages/__VUE/formitem/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
flex-direction: column;
&__slots {
text-align: $form-item-body-slots-text-align;
.nut-input-text {
.nut-input {
font-size: $form-item-body-font-size;
text-align: $form-item-body-input-text-align;
color: $black;
Expand All @@ -78,8 +78,6 @@
border: 0;
text-decoration: none;
background: transparent;
padding: 0;
margin: 0;
}
.nut-range-container {
min-height: 24px;
Expand Down

0 comments on commit 285d1d4

Please sign in to comment.