From 10572998aa54d61c45df3e334eb01e44a15df729 Mon Sep 17 00:00:00 2001
From: inleft <inleft@qq.com>
Date: Wed, 10 Aug 2022 18:35:59 +0800
Subject: [PATCH] 常量提取,优化视频模块布局

---
 src/components/group/boxLeft.vue |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diff --git a/src/components/group/boxLeft.vue b/src/components/group/boxLeft.vue
index 7d8ab19..9512c91 100644
--- a/src/components/group/boxLeft.vue
+++ b/src/components/group/boxLeft.vue
@@ -1,5 +1,5 @@
 <template>
-	<div  class="blog-left-side fadeInLeft">
+	<div class="blog-left-side fadeInLeft">
 		<div class="blog-cell">
 			<box1></box1>
 		</div>
@@ -22,9 +22,5 @@
 			box2,
 			box3,
 		},
-		data() {
-			return {}
-		}
 	}
 </script>
-

--
Gitblit v1.9.1