Sfoglia il codice sorgente

调整对话框默认样式,子表单增加是否显示属性

cfort 2 anni fa
parent
commit
b829acb1d7

+ 1 - 1
src/business/platform/form/formbuilder/right-aside/field-types/ibps-field-table.vue

@@ -6,7 +6,7 @@
                 :field-item="fieldItem"
                 :bo-data="boData"
                 :fields="fields"
-                types="label,name,desc"
+                types="label,name,desc,display"
             />
             <!-- 表单字段和按钮 -->
             <editor-field-table

+ 1 - 0
src/business/platform/form/formrender/dynamic-form/mixins/relevanceTable.vue

@@ -53,6 +53,7 @@ export default {
                 dialog: {
                     appendToBody: true,
                     width: '70%',
+                    top: '5vh',
                     center: true,
                     title: title
                 }