From 277ab78b04166321eb3ee7b3e8c82af7a9b930ae Mon Sep 17 00:00:00 2001 From: anghunk Date: Fri, 23 Jan 2026 09:26:46 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=AF=84=E8=AE=BA=E7=BB=84=E4=BB=B6):=20?= =?UTF-8?q?=E4=BC=98=E5=8C=96=E8=AF=84=E8=AE=BA=E5=88=97=E8=A1=A8=E4=B8=AD?= =?UTF-8?q?=E7=9A=84=E7=82=B9=E8=B5=9E=E6=98=BE=E7=A4=BA=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E5=B9=B6=E8=B0=83=E6=95=B4=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cwd-admin/src/views/CommentsView.vue | 37 ++++++++++++++++++++-------- 1 file changed, 27 insertions(+), 10 deletions(-) diff --git a/cwd-admin/src/views/CommentsView.vue b/cwd-admin/src/views/CommentsView.vue index b52888e..9316cec 100644 --- a/cwd-admin/src/views/CommentsView.vue +++ b/cwd-admin/src/views/CommentsView.vue @@ -22,7 +22,6 @@
用户
评论信息
评论地址
-
点赞
状态
操作
@@ -70,9 +69,6 @@ >{{ item.postSlug }} -
- -
@@ -85,6 +81,17 @@ > 置顶 +
@@ -692,7 +699,7 @@ watch(domainFilter, () => { } .table-cell-status { - width: 120px; + width: 180px; flex-shrink: 0; align-items: center; } @@ -765,11 +772,6 @@ watch(domainFilter, () => { color: #57606a; } -.cell-likes-number { - font-size: 13px; - color: #57606a; -} - .cell-author-wrapper { display: flex; align-items: flex-start; @@ -795,6 +797,12 @@ watch(domainFilter, () => { font-weight: 500; } +.cell-status-wrapper { + display: flex; + gap: 5px; + white-space: nowrap; +} + .cell-status-approved { color: #1a7f37; background-color: #e7f5eb; @@ -810,6 +818,15 @@ watch(domainFilter, () => { background-color: #ffebe9; } +.cell-likes-number { + color: #d1242f; + background-color: #ffebe9; + display: inline-flex; + align-items: center; + justify-content: center; + gap: 4px; +} + .cell-pin-flag { color: #825802; background-color: #f7c848;