未验证 提交 6274393c 编写于 作者: O oasis-cloud 提交者: GitHub

fix: input 组件在暗黑模式下 label 颜色错误 (#627)

上级 04c4f37e
......@@ -55,18 +55,9 @@ textarea {
border: 0;
text-decoration: none;
}
// &-label {
// width: 80px;
// overflow: hidden;
// text-align: left;
// display: flex;
// .label-string {
// overflow: hidden;
// white-space: nowrap;
// text-overflow: ellipsis;
// color: $gray1;
// }
// }
.label-string {
color: $gray1;
}
&__clear {
width: 16px;
height: 16px;
......@@ -114,11 +105,6 @@ textarea {
vertical-align: middle;
}
&-right-mark {
// .nut-input-value {
// display: flex;
// align-items: center;
// justify-content: space-between;
// }
.nut-input-main-con {
display: flex;
align-items: center;
......@@ -160,7 +146,6 @@ textarea {
margin-top: 4px;
color: #808080;
font-size: 12px;
// line-height: var(--van-field-word-limit-line-height);
}
&-left-icon,
&-right-icon {
......
......@@ -437,8 +437,6 @@ $inputnumber-display: var(--nutui-inputnumber-display, flex) !default;
$zindex-actionsheet: var(--nutui-zindex-actionsheet, 10001) !default;
$body-background: var(--nutui-body-background, #f6f6f6) !default;
$light-color: var(--nutui-light-color, #f6f6f6) !default;
$font-size-base: $font-size-2;
$font-size-small: $font-size-1;
$actionsheet-light-color: var(
--nutui-actionsheet-light-color,
#f6f6f6
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册