Skip to content

Commit 085eb39

Browse files
authored
fix(FormItem): class name error (#7582)
1 parent 9c27414 commit 085eb39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/form/FormItem.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ export default defineComponent({
494494
>
495495
<Row
496496
{...attrs}
497-
class={`${prefixCls.value}-row`}
497+
class={`${prefixCls.value}-item-row`}
498498
key="row"
499499
v-slots={{
500500
default: () => (

0 commit comments

Comments
 (0)