diff --git a/web-vue/packages/core/layouts/views/desktop/workbench/components/NoteTodo.vue b/web-vue/packages/core/layouts/views/desktop/workbench/components/NoteTodo.vue
index 90d5b01e..70bc2971 100644
--- a/web-vue/packages/core/layouts/views/desktop/workbench/components/NoteTodo.vue
+++ b/web-vue/packages/core/layouts/views/desktop/workbench/components/NoteTodo.vue
@@ -69,27 +69,28 @@
-
-
-
级别统计
-
-
-
- 低优先级
- {{ lowPriorityDoneCount }}/{{ lowPriorityTotalCount }}
-
+
+
+
+
级别统计
+
+
+
+
+ 低优先级
+ {{ lowPriorityDoneCount }}/{{ lowPriorityTotalCount }}
-
-
- 中优先级
- {{ mediumPriorityDoneCount }}/{{ mediumPriorityTotalCount }}
-
+
+
+
+ 中优先级
+ {{ mediumPriorityDoneCount }}/{{ mediumPriorityTotalCount }}
-
-
- 高优先级
- {{ highPriorityDoneCount }}/{{ highPriorityTotalCount }}
-
+
+
+
+ 高优先级
+ {{ highPriorityDoneCount }}/{{ highPriorityTotalCount }}
@@ -169,7 +170,7 @@