From 6321eaaa455f228c126cdc94dde32d460f259017 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Thu, 04 Nov 2021 20:58:30 +0800
Subject: [PATCH] 部分配置更改

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

diff --git a/src/views/securityGuard/securityGuard.vue b/src/views/securityGuard/securityGuard.vue
index 87db299..b00c5e1 100644
--- a/src/views/securityGuard/securityGuard.vue
+++ b/src/views/securityGuard/securityGuard.vue
@@ -66,7 +66,7 @@
               @click="handleSecurityApply"
               >制证申请
             </el-button>
-            
+
             <el-button
               type="danger"
               style="display: none"
@@ -294,7 +294,7 @@
     </el-col>
   </el-row>
 </template>
- 
+
 <script>
 import {
   getUser,
@@ -1639,7 +1639,7 @@
   },
 };
 </script>
- 
+
 <style lang="scss" scoped>
 .box {
   height: 800px;
@@ -1657,4 +1657,4 @@
     cursor: pointer;
   }
 }
-</style>
\ No newline at end of file
+</style>

--
Gitblit v1.9.3