Parcourir la source

表单默认样式调整

cfort il y a 2 ans
Parent
commit
5a5491a381
1 fichiers modifiés avec 3 ajouts et 2 suppressions
  1. 3 2
      src/business/platform/form/formbuilder/dialog.vue

+ 3 - 2
src/business/platform/form/formbuilder/dialog.vue

@@ -52,14 +52,15 @@ export default {
           labelPosition: 'right', // 标签对齐方式
           labelWidth: '100', // 标签宽度
           labelWidthUnit: 'px', // 标签宽度单位
-          size: 'small', // 尺寸
+          size: 'mini', // 尺寸
           statusIcon: false, // 显示验证图标
           descPosition: 'inline',
           verifys: [], // 表单提交校验
           script: '', // 表单脚本
           read_style: 'text',
           colon: false,
-          labelSuffix: ':'
+          labelSuffix: ':',
+          title_position: 'center'
         },
         fields: [] // 字段列表
       },