@nutui/nutui-react 1.4.3-beta.0 → 1.4.4-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -90,6 +90,9 @@
90
90
  opacity: 0;
91
91
  content: ' ';
92
92
  }
93
+ &::after {
94
+ border: none;
95
+ }
93
96
 
94
97
  &:active::before {
95
98
  opacity: 0.1;
@@ -113,7 +113,12 @@ textarea {
113
113
  vertical-align: middle;
114
114
  }
115
115
  &-right-mark {
116
- .nut-input-value {
116
+ // .nut-input-value {
117
+ // display: flex;
118
+ // align-items: center;
119
+ // justify-content: space-between;
120
+ // }
121
+ .nut-input-main-con {
117
122
  display: flex;
118
123
  align-items: center;
119
124
  justify-content: space-between;