From 14127580fe78ea868f813b26dd36716bf4421235 Mon Sep 17 00:00:00 2001 From: gaoxq <376340421@qq.com> Date: Sun, 22 Feb 2026 15:49:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A1=B5=E9=9D=A2=E5=BC=B9?= =?UTF-8?q?=E7=AA=97=E5=85=A8=E5=B1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../desktop/workbench/components/NoteTodo.vue | 193 ++++++++++-------- 1 file changed, 108 insertions(+), 85 deletions(-) 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 @@