From f5d8f37f96a803ff8484f9f8cdc7335b5175b840 Mon Sep 17 00:00:00 2001 From: Tim <135014430+nagisa77@users.noreply.github.com> Date: Sat, 6 Sep 2025 01:55:50 +0800 Subject: [PATCH 1/3] feat(frontend): migrate BaseInput to IconPark --- frontend_nuxt/components/BaseInput.vue | 5 ++--- frontend_nuxt/pages/forgot-password.vue | 8 ++++---- frontend_nuxt/pages/login.vue | 4 ++-- frontend_nuxt/pages/settings.vue | 2 +- frontend_nuxt/pages/signup.vue | 13 ++++--------- frontend_nuxt/plugins/iconpark.client.ts | 6 ++++++ 6 files changed, 19 insertions(+), 19 deletions(-) diff --git a/frontend_nuxt/components/BaseInput.vue b/frontend_nuxt/components/BaseInput.vue index 211e19ec8..cdaebf429 100644 --- a/frontend_nuxt/components/BaseInput.vue +++ b/frontend_nuxt/components/BaseInput.vue @@ -1,6 +1,6 @@ {{ 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 @@