From d5ad32b267e427cad4c1c321e707a8f60be5dab7 Mon Sep 17 00:00:00 2001 From: Han <1655466387@qq.com> Date: Tue, 25 Mar 2025 19:53:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=B0=83=E6=A0=B7=E5=BC=8F=E2=9C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Comment/Comment.less | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/components/Comment/Comment.less b/src/components/Comment/Comment.less index 2aca3b5..ea7349c 100644 --- a/src/components/Comment/Comment.less +++ b/src/components/Comment/Comment.less @@ -359,6 +359,12 @@ } } } + + .wl-badge { + color: #9999ff; + font-weight: 600; + border-color: #9999ff; + } } // &>.wl-meta {} @@ -401,7 +407,7 @@ // 图片 img { - &:not(.wl-user-avatar, .wl-reaction-list img,.wl-panel img) { + &:not(.wl-user-avatar, .wl-reaction-list img, .wl-panel img) { max-height: 66px; object-fit: contain; cursor: zoom-in;