Skip to content

Commit

Permalink
fix: wrapperCol style
Browse files Browse the repository at this point in the history
  • Loading branch information
yiyunwan committed Feb 17, 2023
1 parent 9960aae commit 651786a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/form-item/style/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -449,8 +449,8 @@ const genFormItemStyle: GenerateStyle = (token) => {
export default genStyleHook('Form', (token) => {
return [
genFormItemStyle(token),
getGridStyle(token),
getAnimationStyle(token),
genOtherStyle(token),
getGridStyle(token),
]
})

0 comments on commit 651786a

Please sign in to comment.