From 1fe29e35b8c64a1f08ef6f6c5f93042883388302 Mon Sep 17 00:00:00 2001 From: Qing Date: Thu, 21 Dec 2023 21:08:04 +0800 Subject: [PATCH] HotNews update --- public/index.html | 2 - src/components/hotNews/HotNews.vue | 11 +- src/components/hotNews/NewsCard.vue | 250 ++++++++++++---------------- 3 files changed, 114 insertions(+), 149 deletions(-) diff --git a/public/index.html b/public/index.html index 235a849..7eac829 100644 --- a/public/index.html +++ b/public/index.html @@ -6,8 +6,6 @@ <%= htmlWebpackPlugin.options.title %> - -
diff --git a/src/components/hotNews/HotNews.vue b/src/components/hotNews/HotNews.vue index 500aafa..5cce3ee 100644 --- a/src/components/hotNews/HotNews.vue +++ b/src/components/hotNews/HotNews.vue @@ -1,5 +1,7 @@ @@ -30,5 +32,10 @@ export default { } \ No newline at end of file diff --git a/src/components/hotNews/NewsCard.vue b/src/components/hotNews/NewsCard.vue index c638042..4cc1c55 100644 --- a/src/components/hotNews/NewsCard.vue +++ b/src/components/hotNews/NewsCard.vue @@ -1,52 +1,48 @@