From 92610d464098ed341aee5b07a06d166cd3220082 Mon Sep 17 00:00:00 2001 From: nisen Date: Wed, 6 Sep 2023 23:12:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=80=9A=E7=9F=A5=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/grateful/NoticeDetail.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/grateful/NoticeDetail.vue b/src/views/grateful/NoticeDetail.vue index fbbc5a94..92103511 100644 --- a/src/views/grateful/NoticeDetail.vue +++ b/src/views/grateful/NoticeDetail.vue @@ -108,7 +108,7 @@ export default { .bgc { font-size: 18px; - font-weight: 600; + // font-weight: 600; color: #000000; background: linear-gradient(180deg, rgba(56, 125, 247, 0.2) 0%, @@ -118,6 +118,7 @@ export default { padding: 40px 70px; .title { + font-weight: 600; padding: 20px; display: flex; justify-content: space-between;