From 58d90cc699719440d6d3a780d1ffe956e97244e1 Mon Sep 17 00:00:00 2001 From: Xwen <929716663@qq.com> Date: Sat, 23 Dec 2023 18:48:26 +0800 Subject: [PATCH] =?UTF-8?q?perf:=E4=BC=98=E5=8C=96=E6=96=87=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Yi.Bbs.Vue3/src/components/PlateCard.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Yi.Bbs.Vue3/src/components/PlateCard.vue b/Yi.Bbs.Vue3/src/components/PlateCard.vue index cbbf4b7d..792990be 100644 --- a/Yi.Bbs.Vue3/src/components/PlateCard.vue +++ b/Yi.Bbs.Vue3/src/components/PlateCard.vue @@ -49,7 +49,7 @@ const props = defineProps(["name", "introduction", "id", "isPublish"]); position: relative; .recommend:before { cursor: pointer; - content: "作者"; + content: "官方"; position: absolute; top: -8px; right: -26px; @@ -62,7 +62,7 @@ const props = defineProps(["name", "introduction", "id", "isPublish"]); } .recommend:hover::after { width: 100px; - content: "作者专属板块不得随意发布主题"; /* 鼠标悬浮时显示的文字 */ + content: "官方专属板块不得随意发布主题"; /* 鼠标悬浮时显示的文字 */ position: absolute; top: 30px; /* 距离盒子顶部的距离 */ left: 70%; /* 盒子中央位置 */