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 {