fix(FormItem): class name error (#7582)

This commit is contained in:
selicens 2024-06-04 16:00:40 +08:00 committed by GitHub
parent 9c27414cd0
commit 085eb398a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -494,7 +494,7 @@ export default defineComponent({
>
<Row
{...attrs}
class={`${prefixCls.value}-row`}
class={`${prefixCls.value}-item-row`}
key="row"
v-slots={{
default: () => (