From f299440f2eeaa07e77dd3ed4e22678e6e9af95b3 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Sat, 11 Feb 2023 15:26:23 +0800
Subject: [PATCH] 格式化方案更换

---
 src/App.vue |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/src/App.vue b/src/App.vue
index 087cf6f..2c4b2ca 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -2,17 +2,20 @@
  * @Author: shuishen 1109946754@qq.com
  * @Date: 2022-08-18 15:58:10
  * @LastEditors: shuishen 1109946754@qq.com
- * @LastEditTime: 2023-01-02 11:43:05
+ * @LastEditTime: 2023-02-11 15:24:58
  * @FilePath: \srs-police-affairs\src\App.vue
  * @Description: app.vue
  * 
  * Copyright (c) 2022 by shuishen 1109946754@qq.com, All Rights Reserved. 
 -->
 <template>
-    <div id="app" :style="{
+    <div
+        id="app"
+        :style="{
         width: (useSceen == true ? currentWidth + 'px' : '100%'),
         height: (useSceen == true ? currentHeight + 'px' : '100%')
-    }">
+    }"
+    >
         <router-view></router-view>
     </div>
 </template>

--
Gitblit v1.9.3