From 18202045bf8672a78a8488628063c11d32a753c5 Mon Sep 17 00:00:00 2001 From: AoXuan Date: Wed, 6 Aug 2025 15:30:07 +0800 Subject: [PATCH] =?UTF-8?q?feat(Plans):=20=E6=B7=BB=E5=8A=A0=E8=AE=A1?= =?UTF-8?q?=E5=88=92=E5=8A=A0=E8=BD=BD=E7=8A=B6=E6=80=81=E5=92=8C=E7=A9=BA?= =?UTF-8?q?=E7=8A=B6=E6=80=81=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在 Plans.vue 中添加 loading 相关逻辑,用于显示加载状态 - 实现空状态样式,优化无计划数据时的界面显示 - 调整模板结构,增加 loading-box 和空状态的 HTML 结构 - 优化 CSS 样式,为 loading 状态和空状态添加相应样式 --- frontend/src/views/Plans.vue | 28 ++++++++++++++++------------ 1 file changed, 16 insertions(+), 12 deletions(-) diff --git a/frontend/src/views/Plans.vue b/frontend/src/views/Plans.vue index 479d757..4ea0485 100644 --- a/frontend/src/views/Plans.vue +++ b/frontend/src/views/Plans.vue @@ -1,6 +1,9 @@