vueComponent / ant-design-vue

🌈 An enterprise-class UI components based on Ant Design and Vue. 🐜
https://antdv.com/
Other
20.29k stars 3.79k forks source link

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

Open sx19970123 opened 1 week ago

sx19970123 commented 1 week ago

Version

4.2.6

Environment

vue 3.5.7,edge浏览器最新版

Reproduction link

Edit on CodeSandbox

Steps to reproduce

在layout="inline"布局下的a-form页面中,缩小浏览器窗口,一行无法容纳所有元素时就会触发

What is expected?

当宽度无法容纳所有表单元素时,折行后的元素上下留有一定间隙

What is actually happening?

当宽度无法容纳所有表单元素时,折行后的元素上下挤在了一起