From 1fdb052c23b23b946da4e643643b696b2d6a6e49 Mon Sep 17 00:00:00 2001 From: liyy <18435186204@163.com> Date: Fri, 4 Sep 2026 11:02:03 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E5=A4=87=E8=80=83=E8=AE=A1?= =?UTF-8?q?=E5=88=92=E9=A1=B5=E7=BA=AFdiv=E8=A1=8C=E6=94=B6=E6=95=9B?= =?UTF-8?q?=E5=88=B0AppStack?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/views/plan/PlanView.vue | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/client/src/views/plan/PlanView.vue b/client/src/views/plan/PlanView.vue index aa4397b..ae2d386 100644 --- a/client/src/views/plan/PlanView.vue +++ b/client/src/views/plan/PlanView.vue @@ -191,10 +191,10 @@ const profileDays = computed(() => (examProfile.data.value ? daysSince(examProfi -
+

本周计划

第 {{ reviewData?.weekNumber ?? 1 }} 周 -
+
完成 {{ weekMetric.done }} 项 / 目标 {{ weekMetric.total }} 项
@@ -212,13 +212,13 @@ const profileDays = computed(() => (examProfile.data.value ? daysSince(examProfi -
+

{{ task.title }}

{{ task.type }} · {{ task.target }}

-
+
@@ -567,9 +567,8 @@ const profileDays = computed(() => (examProfile.data.value ? daysSince(examProfi gap: var(--space-3); } .plan-week__head { - display: flex; - align-items: center; - justify-content: space-between; + --stack-align: center; + --stack-justify: space-between; } .plan-week__head h3 { margin: 0; @@ -615,9 +614,7 @@ const profileDays = computed(() => (examProfile.data.value ? daysSince(examProfi text-decoration: none; } .plan-tomorrow__row { - display: flex; - align-items: center; - gap: var(--space-3); + --stack-align: center; padding: var(--space-2) 0; } .plan-tomorrow__dot {