From ad2b70777b866a9f4848a89fd0e343f991f8a604 Mon Sep 17 00:00:00 2001
From: lijh <lijh>
Date: Thu, 13 Jan 2022 18:40:57 +0800
Subject: [PATCH] 路由跳转添加

---
 src/components/layouts/boxLeft.vue |   17 +++++++----------
 1 files changed, 7 insertions(+), 10 deletions(-)

diff --git a/src/components/layouts/boxLeft.vue b/src/components/layouts/boxLeft.vue
index 9223925..5308fc0 100644
--- a/src/components/layouts/boxLeft.vue
+++ b/src/components/layouts/boxLeft.vue
@@ -1,21 +1,21 @@
 <template>
-	<div class="blog-left-side-portion fadeInLeft">
-		<div class="blog-cell-main-container ">
+	<div class="blog-left-side fadeInLeft">
+		<div class="blog-cell ">
 			<box1></box1>
 		</div>
-		<div class="blog-cell-main-container ">
+		<div class="blog-cell ">
 			<box2></box2>
 		</div>
-		<div class="blog-cell-main-container ">
+		<div class="blog-cell ">
 			<box3></box3>
 		</div>
 	</div>
 </template>
 
 <script>
-	import box1 from "./box1.vue"
-	import box2 from "./box2.vue"
-	import box3 from "./box3.vue"
+	import box1 from "./box1-info.vue"
+	import box2 from "./box2-class.vue"
+	import box3 from "./box3-archive.vue"
 	export default {
 		components: {
 			box1,
@@ -28,6 +28,3 @@
 	}
 </script>
 
-</script>
-<style lang="less">
-</style>

--
Gitblit v1.9.1