From 6c086fae275e7f3579654e374cadb85e7e054949 Mon Sep 17 00:00:00 2001
From: Surpriseplus <845948745@qq.com>
Date: 星期二, 07 二月 2023 19:16:54 +0800
Subject: [PATCH] 目录管理添加批量添加

---
 src/App.vue |   24 +++++++++++-------------
 1 files changed, 11 insertions(+), 13 deletions(-)

diff --git a/src/App.vue b/src/App.vue
index 8f2dea6..f9b33bf 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -1,5 +1,8 @@
 <template>
-  <div id="app">
+  <div
+    id="app"
+
+  >
     <router-view />
   </div>
 </template>
@@ -14,12 +17,12 @@
     return {};
   },
   created() {
-
+ 
   },
-  beforeDestroy() {},
+  beforeDestroy() { },
 };
 </script>
-<style lang="less">
+<style lang="less" scoped>
 // #app {
 //   font-family: Avenir, Helvetica, Arial, sans-serif;
 //   -webkit-font-smoothing: antialiased;
@@ -34,14 +37,9 @@
   scrollbar-face-color: #dfebff;
   /*婊氬姩鏉℃暣浣撻鑹�*/
   scrollbar-track-color: #536c97;
+  
 }
-// ::-webkit-scrollbar-thumb {
-//   //婊戝潡閮ㄥ垎
-//   background-color: #dfebff;
-// }
-// ::-webkit-scrollbar-track {
-//   //杞ㄩ亾閮ㄥ垎
-//   box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
-//   background: #536c97;
-// }
+
+ 
+
 </style>

--
Gitblit v1.9.3