From 89bf0cbad7ed5758579eb5943ebf0c7c29105400 Mon Sep 17 00:00:00 2001 From: AoXuan Date: Wed, 6 Aug 2025 15:22:49 +0800 Subject: [PATCH] =?UTF-8?q?refactor(Plans):=20=E9=87=8D=E6=9E=84=E8=AE=A1?= =?UTF-8?q?=E5=88=92=E9=A1=B5=E9=9D=A2=E5=B8=83=E5=B1=80=E5=92=8C=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 调整了计划列表为空时的展示内容和样式 - 优化了计划选择器的位置和样式- 统一了计划内容区域的样式 - 移除了部分冗余的背景颜色设置 - 增加了新的空状态样式,提升用户体验 --- frontend/src/views/Plans.vue | 143 +++++++++++++++++++---------------- 1 file changed, 77 insertions(+), 66 deletions(-) diff --git a/frontend/src/views/Plans.vue b/frontend/src/views/Plans.vue index f888fa2..479d757 100644 --- a/frontend/src/views/Plans.vue +++ b/frontend/src/views/Plans.vue @@ -1,23 +1,6 @@ \ No newline at end of file