Ver Fonte

update 表头间隔

linweizeng há 3 anos atrás
pai
commit
cbaa78258b

+ 5 - 0
src/business/platform/form/formrender/dynamic-form/dynamic-form.vue

@@ -11,6 +11,7 @@
                         v-if="titleList.length > 0 && formParams.formAttrs.customClass.includes('true')"
                         :list="titleList"
                         :form="form"
+                        class="relevanceTable"
                     />
                     <Statis-or-record-table
                         v-if="StaOrRec.length > 0"
@@ -741,4 +742,8 @@
             }
         }
     }
+
+    .relevanceTable{
+        margin-top: 30px;
+    }
 </style>