From 185eb452ccee90f031ef297b9b4b2a48bee96b50 Mon Sep 17 00:00:00 2001 From: huangchengfa <171504222@qq.com> Date: Sat, 13 Dec 2025 17:24:54 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E9=A2=9C=E8=89=B2=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/forumPost/components/theRight.vue | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/src/views/forumPost/components/theRight.vue b/src/views/forumPost/components/theRight.vue index 6be247c..35090c7 100644 --- a/src/views/forumPost/components/theRight.vue +++ b/src/views/forumPost/components/theRight.vue @@ -8,7 +8,7 @@ @mouseleave="showActions[index] = false">
- 【精品】 + 精品 {{ item.title || '无标题' }}
@@ -252,16 +252,14 @@ const load = () => { // 精品标签 .premium-tag { display: inline-block; - background: #ff6b6b; + background: #ee5527; color: white; font-size: 12px; - font-weight: 700; - padding: 2px 4px; + // font-weight: 700; + padding: 2px 8px; border-radius: 4px; margin-right: 8px; box-shadow: 0 2px 4px rgba(255, 107, 107, 0.3); - animation: premium-shine 2s ease-in-out infinite; - text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }