From 56a4b88b16b5f86a2a697018a3e2546d3abf73e3 Mon Sep 17 00:00:00 2001
From: inleft <inleft@qq.com>
Date: Fri, 14 Jan 2022 02:04:24 +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