From 185547d84110faeb341ca122a8e5c166a1f0681b Mon Sep 17 00:00:00 2001
From: shj <1790240199@qq.com>
Date: 星期二, 12 四月 2022 09:51:23 +0800
Subject: [PATCH] Merge branch 'shf' of https://sinanoaq.cn:8888/r/ztqt into shf

---
 src/views/hiddenDangerRectification/applicationForExtension.vue |   13 +++++++++++--
 1 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/src/views/hiddenDangerRectification/applicationForExtension.vue b/src/views/hiddenDangerRectification/applicationForExtension.vue
index 6986e02..09e1065 100644
--- a/src/views/hiddenDangerRectification/applicationForExtension.vue
+++ b/src/views/hiddenDangerRectification/applicationForExtension.vue
@@ -46,8 +46,8 @@
                     <el-row>
                         <el-col :span="22">
                             <el-form-item style="text-align: center;">
-                                <el-button type="primary" @click="submitForm('ruleForm')">保存</el-button>
-                                <el-button @click="close()">关闭</el-button>
+                                <el-button class="btn" type="primary" @click="submitForm('ruleForm')">保存</el-button>
+                                <el-button class="btn" type="primary" @click="close()">关闭</el-button>
                             </el-form-item>
                         </el-col>
                     </el-row>
@@ -148,4 +148,13 @@
         max-height: 80px;
         overflow-y: auto
     }
+    .btn{
+        background-color: #034ea2;
+        border: 1px solid #034ea2;
+    }
+    .el-button:hover {
+        background: #66b1ff;
+        border-color: #66b1ff;
+        color: #FFF;
+    }
 </style>

--
Gitblit v1.9.2