From 57e3bead08715d72efaeffe90fafa179b8366473 Mon Sep 17 00:00:00 2001
From: inleft <inleft@qq.com>
Date: Sat, 18 May 2024 12:02:14 +0800
Subject: [PATCH] 1.RSS更新 2.调整标签hover位置 3.font size

---
 src/components/group/articleListScorll.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/components/group/articleListScorll.vue b/src/components/group/articleListScorll.vue
index 03308db..10a9364 100644
--- a/src/components/group/articleListScorll.vue
+++ b/src/components/group/articleListScorll.vue
@@ -6,7 +6,7 @@
 			</div>
 
 			<div v-for="(temp,index) in data">
-				<newArticle v-bind="temp" :index="index"></newArticle>
+				<newArticle v-bind="temp" :index="index" :typeId="typeId"></newArticle>
 				<!-- <box5 v-bind="temp"></box5> -->
 			</div>
 

--
Gitblit v1.9.1