diff --git a/frontend/src/views/CategoryManager.vue b/frontend/src/views/CategoryManager.vue
index cc87cea..ea44e26 100644
--- a/frontend/src/views/CategoryManager.vue
+++ b/frontend/src/views/CategoryManager.vue
@@ -26,7 +26,6 @@
{{ node.name }}
{{ node.description }}
- ({{ node.documentCount||0 }} 篇)
编辑
@@ -120,5 +119,4 @@ function countDescendants(node:any):number{if(!node.children?.length)return 0;le
.tree-arrow{cursor:pointer;user-select:none;font-size:12px;width:16px;text-align:center;color:var(--color-text-tertiary);}
.tree-name{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.tree-desc{color:var(--color-text-tertiary);font-size:12px;margin-left:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
-.tree-doc-count{color:var(--color-text-tertiary);font-size:11px;margin-left:8px;white-space:nowrap;}