Selaa lähdekoodia

fix:联动表格title调整

lph 1 vuosi sitten
vanhempi
säilyke
a797be09ed
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      zkqy-ui/src/views/relateTable/components/RelateTableCard.vue

+ 2 - 2
zkqy-ui/src/views/relateTable/components/RelateTableCard.vue

@@ -1,6 +1,6 @@
 <template>
   <el-card class="box-card">
-    <div slot="header" class="clearfix">
+    <div slot="header" class="relaTitle">
       <el-tag class="tag_NO">{{ dtName }}</el-tag>
       <!-- <span class="title">{{ cardData.title }}</span> -->
       <el-button icon="el-icon-plus" type="primary" @click="handleAdd"
@@ -556,7 +556,7 @@ export default {
   margin-bottom: 18px;
 }
 
-.clearfix {
+.relaTitle {
   display: flex;
   align-items: center;
   justify-content: space-between;