提交 7d20702b 编写于 作者: jlj05024111@163.com's avatar jlj05024111@163.com

feat: 更新表单项编辑器错误样式

上级 64de16b1
...@@ -46,6 +46,7 @@ export default defineComponent({ ...@@ -46,6 +46,7 @@ export default defineComponent({
this.ns.m(this.labelPos.toLowerCase()), this.ns.m(this.labelPos.toLowerCase()),
this.ns.is('required', this.required), this.ns.is('required', this.required),
this.ns.is('error', !!this.error), this.ns.is('error', !!this.error),
this.ns.is('error-border', !!this.error),
]} ]}
style={this.cssVars} style={this.cssVars}
> >
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册