From e64c1610479993950fa0d98fc356fdc122fede48 Mon Sep 17 00:00:00 2001 From: anghunk Date: Wed, 21 Jan 2026 14:01:58 +0800 Subject: [PATCH] =?UTF-8?q?style(views):=20=E8=B0=83=E6=95=B4=E8=A1=A8?= =?UTF-8?q?=E5=8D=95=E5=92=8C=E5=B7=A5=E5=85=B7=E6=A0=8F=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 增加文本区域行数,调整字体大小和间距 统一工具栏按钮和选择框样式,添加间隙 --- cwd-admin/src/views/CommentsView.vue | 9 ++++++--- cwd-admin/src/views/SettingsView.vue | 8 ++++---- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/cwd-admin/src/views/CommentsView.vue b/cwd-admin/src/views/CommentsView.vue index 05f6255..ed5f85e 100644 --- a/cwd-admin/src/views/CommentsView.vue +++ b/cwd-admin/src/views/CommentsView.vue @@ -17,7 +17,7 @@
- +
加载中...
@@ -421,6 +421,7 @@ onMounted(() => { justify-content: space-between; align-items: center; margin: 0; + gap: 8px; } .toolbar-left { @@ -434,7 +435,8 @@ onMounted(() => { } .toolbar-select { - padding: 4px 8px; + padding: 8px 8px; + box-sizing: border-box; font-size: 13px; border: 1px solid #d0d7de; border-radius: 4px; @@ -447,7 +449,8 @@ onMounted(() => { border: 1px solid #d0d7de; background-color: #f6f8fa; cursor: pointer; - font-size: 13px; + font-size: 14px; + min-width: 70px; } .page-hint { diff --git a/cwd-admin/src/views/SettingsView.vue b/cwd-admin/src/views/SettingsView.vue index 2b7b95f..30461ec 100644 --- a/cwd-admin/src/views/SettingsView.vue +++ b/cwd-admin/src/views/SettingsView.vue @@ -184,7 +184,7 @@ @@ -199,7 +199,7 @@ @@ -575,12 +575,12 @@ onMounted(() => { .card-title { margin: 0 0 12px; - font-size: 15px; + font-size: 16px; } .card-subtitle { margin: 0 0 12px; - font-size: 14px; + font-size: 15px; font-weight: 600; color: #24292f; }