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;