@@ -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>