From fee58315d116177bde03a46058380e06cdd33a21 Mon Sep 17 00:00:00 2001 From: duanshuwen Date: Fri, 26 Jun 2026 21:21:04 +0800 Subject: [PATCH] style(notice): replace scoped CSS with inline Tailwind classes remove unused scoped CSS styles from both the notice page and notice message component, and replace all existing class-based styling with inline Tailwind utilities --- .../home/components/NoticeMessage/index.vue | 35 +++---------------- src/pages/notice/index.vue | 15 ++------ 2 files changed, 7 insertions(+), 43 deletions(-) diff --git a/src/pages/home/components/NoticeMessage/index.vue b/src/pages/home/components/NoticeMessage/index.vue index 9744860..63d9f2e 100644 --- a/src/pages/home/components/NoticeMessage/index.vue +++ b/src/pages/home/components/NoticeMessage/index.vue @@ -11,7 +11,7 @@ {{ t("home.notice.publishedAt") }}{{ item.effectiveStartTime }} - + {{ t("home.notice.detail") }} @@ -21,8 +21,10 @@
-
- +
+ {{ tipsMessage }}
@@ -80,30 +82,3 @@ const clickItem = (item) => { } - - diff --git a/src/pages/notice/index.vue b/src/pages/notice/index.vue index 085362f..5fcd209 100644 --- a/src/pages/notice/index.vue +++ b/src/pages/notice/index.vue @@ -13,7 +13,8 @@
{{ detailTitle }}
-
+
{{ t("home.notice.publishedAt") }}{{ publishTime }} @@ -83,15 +84,3 @@ watch( ); - -