fix(slider): #7929 a-form组件在使用layout="inline"布局时,窗口缩小后表单项都挤在了一起,希望可以在一行容纳不下时增加上下间隙

使用 ant-form-item 的 margin-bottom: 24px,而不是直接设置为 0
pull/7998/head
忆年 2025-01-08 12:33:54 +08:00
parent 45c7109212
commit 1a995b3609
1 changed files with 0 additions and 1 deletions

View File

@ -357,7 +357,6 @@ const genInlineStyle: GenerateStyle<FormToken> = token => {
flex: 'none',
flexWrap: 'nowrap',
marginInlineEnd: token.margin,
marginBottom: 0,
'&-with-help': {
marginBottom: token.marginLG,