diff --git a/frontend/src/components/pure/ms-tag/ms-tag-group.vue b/frontend/src/components/pure/ms-tag/ms-tag-group.vue
index edbcc444d0..8d719e760f 100644
--- a/frontend/src/components/pure/ms-tag/ms-tag-group.vue
+++ b/frontend/src/components/pure/ms-tag/ms-tag-group.vue
@@ -1,14 +1,20 @@
-
-
-
- {{ props.isStringTag ? tag : tag[props.nameKey] }}
+
+
+ {{ props.isStringTag ? tag : tag[props.nameKey] }}
+
+
+
+ +
+ {{ props.tagList.length - props.showNum }}
-
- +{{ props.tagList.length - props.showNum }}
-
-
+
+