We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
现在...
<nut-form-item label="地址" prop="address" required :rules="[{ required: true, message: '请填写地址' }]"> <input class="nut-input-text" v-model="formData.address" placeholder="请输入地址" type="text" /> </nut-form-item>
当前的form表单中子项样式会继承<nut-cell />、<nut-form-item />,导致form表单中的input文本样式显示为.nut-cell__value默认样式的灰色#cccccc,所以往往仍需单独另加样式
form
<nut-cell />
<nut-form-item />
input
.nut-cell__value
#cccccc
希望能够改进此项,显示默认的input样式或者black,毕竟灰色的输入项不常会用到
black
示例代码可以直接复制文档中的代码,即可复现
nutui官方文档
The text was updated successfully, but these errors were encountered:
感谢反馈,下个版本发版修复了
Sorry, something went wrong.
标记 小程序输入后颜色与官网demo示例不符合 3.1.21发布时处理
fix(formitem): input add font color #1272
cf402aa
richard1015
No branches or pull requests
你建议我们做什么?
现在...
当前的
form
表单中子项样式会继承<nut-cell />
、<nut-form-item />
,导致form
表单中的input
文本样式显示为.nut-cell__value
默认样式的灰色#cccccc
,所以往往仍需单独另加样式希望能够改进此项,显示默认的
input
样式或者black
,毕竟灰色的输入项不常会用到其它
示例代码可以直接复制文档中的代码,即可复现
nutui官方文档
The text was updated successfully, but these errors were encountered: