From bc4a6ce5d19f9570bd03d16eac5d6f2f84e98da1 Mon Sep 17 00:00:00 2001
From: 懒羊羊 <15939171744@163.com>
Date: 星期三, 24 一月 2024 14:36:02 +0800
Subject: [PATCH] 返修标记

---
 jcdm-ui/src/views/main/kb/repairMark/index.vue |   46 ++++++++++++++++++++++++++++++++++++----------
 1 files changed, 36 insertions(+), 10 deletions(-)

diff --git a/jcdm-ui/src/views/main/kb/repairMark/index.vue b/jcdm-ui/src/views/main/kb/repairMark/index.vue
index c5f582e..7659ad5 100644
--- a/jcdm-ui/src/views/main/kb/repairMark/index.vue
+++ b/jcdm-ui/src/views/main/kb/repairMark/index.vue
@@ -61,14 +61,38 @@
         </el-card>
       </el-col>
       <el-col :span="4">
-        <el-card style="margin-top: 10px; min-height: 490px" class="box-card">
-          <el-button type="success" icon="el-icon-s-grid" @click="selectAll" style="margin-left: -10px;margin-top: 10px">閫夋嫨鎵�鏈�</el-button>
-          <el-button type="success" icon="el-icon-close" @click="clearAll" style="margin-left: -10px;margin-top: 10px">鍙栨秷閫夋嫨</el-button>
-          <el-button type="success" icon="el-icon-document-remove" @click="selectUnqualified" style="margin-left: -10px;margin-top: 10px">閫夋嫨涓嶅悎鏍�</el-button>
-          <el-button type="success" icon="el-icon-s-flag" @click="markComplete" style="margin-left: -10px;margin-top: 10px">鏍囪瀹屾垚</el-button>
-          <el-button type="success" icon="el-icon-files" @click="repairRecord" style="margin-left: -10px;margin-top: 10px">杩斾慨璁板綍</el-button>
-          <el-button type="success" icon="el-icon-date" @click="operationLog" style="margin-left: -10px;margin-top: 10px">鎿嶄綔鏃ュ織</el-button>
+        <el-card style="margin-top: 10px; min-height: 490px">
+          <el-row class="centered-row">
+            <el-button type="success" icon="el-icon-s-grid" @click="selectAll" >閫夋嫨鎵�鏈�</el-button>
 
+          </el-row>
+          <el-row class="centered-row">
+            <el-button type="success" icon="el-icon-close" @click="clearAll">鍙栨秷閫夋嫨</el-button>
+
+          </el-row>
+          <el-row class="centered-row">
+            <el-button type="success" icon="el-icon-document-remove" @click="selectUnqualified">閫夋嫨涓嶅悎鏍�</el-button>
+
+          </el-row>
+          <el-row class="centered-row">
+            <el-button type="success" icon="el-icon-s-flag" @click="markComplete">鏍囪瀹屾垚</el-button>
+
+          </el-row>    <el-row class="centered-row">
+          <el-button type="success" icon="el-icon-files" @click="repairRecord">杩斾慨璁板綍</el-button>
+
+        </el-row>
+          <el-row class="centered-row">
+            <el-button type="success" icon="el-icon-date" @click="operationLog" >鎿嶄綔鏃ュ織</el-button>
+
+          </el-row>
+
+
+
+<!--          <el-button type="success" icon="el-icon-close" @click="clearAll">鍙栨秷閫夋嫨</el-button>-->
+<!--          <el-button type="success" icon="el-icon-document-remove" @click="selectUnqualified">閫夋嫨涓嶅悎鏍�</el-button>-->
+<!--          <el-button type="success" icon="el-icon-s-flag" @click="markComplete">鏍囪瀹屾垚</el-button>-->
+<!--          <el-button type="success" icon="el-icon-files" @click="repairRecord">杩斾慨璁板綍</el-button>-->
+<!--          <el-button type="success" icon="el-icon-date" @click="operationLog" >鎿嶄綔鏃ュ織</el-button>-->
         </el-card>
       </el-col>
     </el-row>
@@ -206,7 +230,9 @@
 .el-icon-close {
   margin-left: 20px;
 }
-/*::v-deep .el-card__body{*/
-/*  padding: 15px 20px 0px 20px;*/
-/*}*/
+.centered-row {
+  margin-top: 10px;
+  display: flex;
+  justify-content: center;
+}
 </style>

--
Gitblit v1.9.3