From 2e41623f7fd7fd4f01b08cda81012edc9c573d91 Mon Sep 17 00:00:00 2001
From: guanqb <18720758508@163.com>
Date: Tue, 28 Feb 2023 14:18:49 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/srs-police-web

---
 src/App.vue |   37 ++++++++++++++++++-------------------
 1 files changed, 18 insertions(+), 19 deletions(-)

diff --git a/src/App.vue b/src/App.vue
index 1697360..7a2c8f1 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -1,30 +1,29 @@
 <template>
-  <div id="app">
-    <router-view />
-  </div>
+    <div id="app">
+        <router-view />
+    </div>
 </template>
 
 <script>
 export default {
-  name: "app",
-  data() {
-    return {};
-  },
-  watch: {},
-  created() {
-
-  },
-  methods: {},
-  computed: {}
-};
+    name: "app",
+    data () {
+        return {}
+    },
+    watch: {},
+    created () { },
+    methods: {},
+    computed: {}
+}
 </script>
 <style lang="scss">
 #app {
-  width: 100%;
-  height: 100%;
-  overflow: hidden;
+    width: 100%;
+    height: 100%;
+    overflow: hidden;
 }
-.avue--detail .el-col{
-  margin-bottom: 0;
+
+.avue--detail .el-col {
+    margin-bottom: 0;
 }
 </style>

--
Gitblit v1.9.3