From 8b395d9ea4e99bb05cd2e1f15ef4f977d854b605 Mon Sep 17 00:00:00 2001
From: guanqb <18720758508@163.com>
Date: Sat, 11 Feb 2023 16:41:24 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/srs-police-affairs

---
 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