lljj-x / vue-json-schema-form

基于Vue/Vue3,Json Schema 和 ElementUi/antd/iview3/naiveUi 等生成 HTML Form 表单,用于活动编辑器、h5编辑器、cms等数据配置;支持可视化生成表单Schema 。 Generate a form using Vue/Vue3, Json Schema and ElementUi/antdv/iview3/naiveUi
https://form.lljj.me/
Apache License 2.0
2.01k stars 418 forks source link

如何配置表单控件的间距 #270

Closed shurong-wang closed 1 year ago

shurong-wang commented 1 year ago

vue和ui框架

vue3、ElementPlus

问题描述

UI 设计表单控件的视频间距、垂直间距都非常大。 formProps: { layoutColumn: 3 } 展示的间距都很紧凑

期望的结果

请问如何配置表单控件的左右间距、上下间距

lljj-x commented 1 year ago

这个你可以直接覆盖全局样式的

shurong-wang commented 1 year ago

好的,感谢