diff --git a/frontend_nuxt/app.vue b/frontend_nuxt/app.vue index 486e3a8d4..408521752 100644 --- a/frontend_nuxt/app.vue +++ b/frontend_nuxt/app.vue @@ -25,7 +25,7 @@ class="app-new-post-icon" @click="goToNewPost" > - + 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 9c807ddc9..d87f19f14 100644 --- a/frontend_nuxt/components/CommentItem.vue +++ b/frontend_nuxt/components/CommentItem.vue @@ -15,16 +15,16 @@
{{ comment.userName }} - + {{ getMedalTitle(comment.medal) }} - + - +
@@ -53,10 +53,10 @@ @@ -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/Dropdown.vue b/frontend_nuxt/components/Dropdown.vue index a580cc510..6cc680874 100644 --- a/frontend_nuxt/components/Dropdown.vue +++ b/frontend_nuxt/components/Dropdown.vue @@ -19,7 +19,7 @@ class="option-icon" :alt="label.name" /> - + {{ label.name }}
@@ -38,14 +38,14 @@ class="option-icon" :alt="selectedLabels[0].name" /> - + {{ selectedLabels[0].name }} {{ placeholder }} - +