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; }