diff --git a/open-isle-cli/src/components/ReactionsGroup.vue b/open-isle-cli/src/components/ReactionsGroup.vue
index fa563e939..96ee266db 100644
--- a/open-isle-cli/src/components/ReactionsGroup.vue
+++ b/open-isle-cli/src/components/ReactionsGroup.vue
@@ -4,10 +4,13 @@
{{ iconMap[r.type] }}
+ {{ totalCount }}
-
点击以表态
+
+
+ 点击以表态
+
- {{ totalCount }}
@@ -163,7 +166,8 @@ export default {
.reactions-viewer { display: flex; flex-direction: row; gap: 20px; align-items: center; }
.reactions-viewer-item-container { display: flex; flex-direction: row; gap: 2px; align-items: center; cursor: pointer; }
.reactions-viewer-item { font-size: 16px; }
-.reactions-viewer-item.placeholder { opacity: 0.5; }
+.reactions-viewer-item.placeholder { opacity: 0.5; display: flex; flex-direction: row; align-items: center; }
+.reactions-viewer-item-placeholder-text { font-size: 14px; padding-left: 5px; }
.reactions-count { font-size: 16px; opacity: 0.5; }
.make-reaction-container { display: flex; flex-direction: row; gap: 10px; }
.make-reaction-item { cursor: pointer; padding: 10px; border-radius: 50%; opacity: 0.5; font-size: 20px; }
diff --git a/open-isle-cli/src/views/MessagePageView.vue b/open-isle-cli/src/views/MessagePageView.vue
index ec450e569..ed21fe2f3 100644
--- a/open-isle-cli/src/views/MessagePageView.vue
+++ b/open-isle-cli/src/views/MessagePageView.vue
@@ -53,7 +53,7 @@
{{ sanitizeDescription(item.post.title) }}
- 表达了 "{{ item.emoji }}"
+ 进行了表态
@@ -64,7 +64,7 @@
{{ sanitizeDescription(item.comment.content) }}
- 表达了 "{{ item.emoji }}"
+ 进行了表态