From e78d46b24d62f93bfe11d4ad37f89e39e40c7248 Mon Sep 17 00:00:00 2001
From: Kxc0822a <kxc000822>
Date: 星期一, 28 三月 2022 09:08:27 +0800
Subject: [PATCH] 重大

---
 src/views/safetyproduction/checklist.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/views/safetyproduction/checklist.vue b/src/views/safetyproduction/checklist.vue
index 58f8c18..31bad5e 100644
--- a/src/views/safetyproduction/checklist.vue
+++ b/src/views/safetyproduction/checklist.vue
@@ -47,18 +47,18 @@
             <el-col :span="2">
               <p class="titles">标准化要求:</p>
             </el-col>
-            <el-col :span="18">
+            <el-col :span="20">
               <p class="titles-type">
                 {{ item.standardizationRequirements }}
               </p>
             </el-col>
-            <el-col :span="2"
+            <el-col :span="1"
               ><p class="btnXG" @click="safetyInspectionItemC(item.id, '修改')">
                 修改
               </p></el-col
             >
-            <el-col :span="2"
-              ><p class="btnXG" @click="safetyInspectionItemDel(item.id)">
+            <el-col :span="1"
+              ><p class="btnXG" style="color:red;" @click="safetyInspectionItemDel(item.id)">
                 删除
               </p></el-col
             >

--
Gitblit v1.9.2