From 8023fa1810a62bd15cf18def597bfaa50da279fe Mon Sep 17 00:00:00 2001 From: tim Date: Sat, 6 Sep 2025 01:56:21 +0800 Subject: [PATCH] feat: add few icons --- frontend_nuxt/components/BaseTabs.vue | 1 - frontend_nuxt/components/CategorySelect.vue | 2 +- frontend_nuxt/components/CommentEditor.vue | 2 +- frontend_nuxt/components/CommentItem.vue | 5 ++--- frontend_nuxt/components/InviteCodeActivityComponent.vue | 4 ++-- frontend_nuxt/components/LoginOverlay.vue | 2 +- frontend_nuxt/plugins/iconpark.client.ts | 4 ++++ 7 files changed, 11 insertions(+), 9 deletions(-) diff --git a/frontend_nuxt/components/BaseTabs.vue b/frontend_nuxt/components/BaseTabs.vue index 0f505f3ac..84d702751 100644 --- a/frontend_nuxt/components/BaseTabs.vue +++ b/frontend_nuxt/components/BaseTabs.vue @@ -13,7 +13,6 @@ :is="tab.icon" class="base-tabs-item-icon" /> -
{{ tab.label }}
diff --git a/frontend_nuxt/components/CategorySelect.vue b/frontend_nuxt/components/CategorySelect.vue index 68af8f283..214b6b362 100644 --- a/frontend_nuxt/components/CategorySelect.vue +++ b/frontend_nuxt/components/CategorySelect.vue @@ -15,7 +15,7 @@ class="option-icon" :alt="option.name" /> - + {{ option.name }} x {{ option.count }} diff --git a/frontend_nuxt/components/CommentEditor.vue b/frontend_nuxt/components/CommentEditor.vue index 422fb563c..68203de89 100644 --- a/frontend_nuxt/components/CommentEditor.vue +++ b/frontend_nuxt/components/CommentEditor.vue @@ -7,7 +7,7 @@
- +
diff --git a/frontend_nuxt/components/CommentItem.vue b/frontend_nuxt/components/CommentItem.vue index 8fb7ebe96..d87f19f14 100644 --- a/frontend_nuxt/components/CommentItem.vue +++ b/frontend_nuxt/components/CommentItem.vue @@ -71,8 +71,8 @@ />
- - + + {{ replyCount }}条回复
@@ -375,7 +375,6 @@ const handleContentClick = (e) => { } .reply-toggle-icon { - margin-right: 5px; } .common-info-content-header { diff --git a/frontend_nuxt/components/InviteCodeActivityComponent.vue b/frontend_nuxt/components/InviteCodeActivityComponent.vue index eed2bfefc..98bfed71a 100644 --- a/frontend_nuxt/components/InviteCodeActivityComponent.vue +++ b/frontend_nuxt/components/InviteCodeActivityComponent.vue @@ -2,7 +2,7 @@
- + 邀请规则说明
@@ -17,7 +17,7 @@ diff --git a/frontend_nuxt/components/LoginOverlay.vue b/frontend_nuxt/components/LoginOverlay.vue index e1a7907b7..af508a404 100644 --- a/frontend_nuxt/components/LoginOverlay.vue +++ b/frontend_nuxt/components/LoginOverlay.vue @@ -2,7 +2,7 @@