Skip to content

Commit

Permalink
fix(form): 表单组件属性layout为vertical,由nextjs打包后样式被层叠无效
Browse files Browse the repository at this point in the history
  • Loading branch information
hevi1991 committed Jan 17, 2024
1 parent e0b31c4 commit 4271c45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-vant/src/components/form/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
flex-wrap: wrap;
.@{rv-prefix}-field__label {
margin-bottom: 8 * @hd;
width: 100%;
width: 100% !important;
flex: none;
}
}
Expand Down

0 comments on commit 4271c45

Please sign in to comment.