From 85207d8aeb414fc67c8c3947cd1e79b27fce53b8 Mon Sep 17 00:00:00 2001
From: su1124 <1583764726@qq.com>
Date: 星期五, 28 六月 2024 18:20:07 +0800
Subject: [PATCH] su

---
 src/views/system/tijian/index.vue |   12 +++++++++---
 1 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/src/views/system/tijian/index.vue b/src/views/system/tijian/index.vue
index 12df251..a1e3fbf 100644
--- a/src/views/system/tijian/index.vue
+++ b/src/views/system/tijian/index.vue
@@ -526,7 +526,7 @@
           </div>
         </el-tab-pane>
           <el-tab-pane label="缁勫悎" name="third">
-          <div class="tab3">
+          <!-- <div class="tab3"> -->
             <el-row :gutter="20" style="width: 100%">
               <el-col :span="6">
                 <div
@@ -631,7 +631,7 @@
                 </div>
               </el-col>
             </el-row>
-          </div>
+          <!-- </div> -->
         </el-tab-pane>
         <el-tab-pane label="鍗曢」" name="second">
           <div class="tab8">
@@ -754,6 +754,7 @@
                       </template>
                     </el-table-column>
                   </el-table>
+                  <h3 style="font-weight: 600">鍚堣锛歿{ marryall }}鍏�</h3>
                   <!-- <el-collapse v-model="activeName" accordion v-if="list1">
                     <div>
                       <el-collapse-item title="璇烽�夋嫨椤圭洰">
@@ -2541,6 +2542,7 @@
 
     // 鐐瑰嚮澶氶�夋鑾峰彇閫変腑鏁版嵁
     handleSelectionChange(selection, row) {
+      console.log(666);
       this.tableData = selection;
       if (selection.length > 1) {
         let del_row = selection.shift();
@@ -3372,7 +3374,7 @@
 }
 
 .tab3 {
-  max-height: 400;
+  max-height: 400px;
   overflow-y: auto;
   border: 1px solid #d9d9d9;
 }
@@ -3472,4 +3474,8 @@
 .content {
   margin-bottom: 25px;
 }
+.tab8 {
+  width: 100%;
+  display: flex;
+}
 </style>

--
Gitblit v1.8.0