From f5539f069b7e485ab160cdce668f232b19533a1c Mon Sep 17 00:00:00 2001
From: lijh <lijh>
Date: Mon, 17 Jan 2022 18:45:19 +0800
Subject: [PATCH] 日志添加组件

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

diff --git a/src/App.vue b/src/App.vue
index 733dab0..a0d92db 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -1,6 +1,6 @@
 <template>
-	<div id="app" class="app app1">
-		<router-view class="scrollbar"></router-view>
+	<div id="app" class="app"  >
+		<router-view class="" ></router-view>
 	</div>
 </template>
 
@@ -14,22 +14,21 @@
 		computed: {},
 		created() {},
 		watch: {},
-		methods: {}
+		methods: {
+		}
 	}
 </script>
 
 
-<style>
-	@import url("https://www.layuicdn.com/layui/css/layui.css");
-	.app {
-		overflow: auto;
-		border: none;
+<style lang="less">
+	#app {
+		// overflow: auto;
+		//  border: none; 
 	}
 
-	.scrollbar {
+	/* .scrollbar {
 		margin: 0 auto;
-	}
-
+	} */
 	::-webkit-scrollbar {
 		/*滚动条整体样式*/
 		width: 8px;

--
Gitblit v1.9.1