From d92fb7987800643be0e9ef8e7b11c14f42343e63 Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 25 Jun 2026 17:29:31 +0800 Subject: [PATCH] =?UTF-8?q?style:=20Admin=20=E8=A7=86=E5=9B=BE=E7=A1=AC?= =?UTF-8?q?=E7=BC=96=E7=A0=81=E8=93=9D=E7=81=B0=E6=94=B9=E5=9B=BD=E8=81=98?= =?UTF-8?q?=E7=BA=A2(=E4=BF=9D=E7=95=99=20echarts=20=E8=89=B2=E6=9D=BF)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude --- .../src/views/admin/ApplicationManageView.vue | 2 +- .../src/views/admin/DashboardView.vue | 377 ++++++++++++++++++ 2 files changed, 378 insertions(+), 1 deletion(-) create mode 100644 offer_frontend/src/views/admin/DashboardView.vue diff --git a/offer_frontend/src/views/admin/ApplicationManageView.vue b/offer_frontend/src/views/admin/ApplicationManageView.vue index 1c05878..deda846 100644 --- a/offer_frontend/src/views/admin/ApplicationManageView.vue +++ b/offer_frontend/src/views/admin/ApplicationManageView.vue @@ -256,7 +256,7 @@ async function downloadAttachment() { padding: 12px; background: #f9f9f9; border-radius: 4px; - border-left: 3px solid #409eff; + border-left: 3px solid var(--brand-red); } .item-header { diff --git a/offer_frontend/src/views/admin/DashboardView.vue b/offer_frontend/src/views/admin/DashboardView.vue new file mode 100644 index 0000000..0d94ec2 --- /dev/null +++ b/offer_frontend/src/views/admin/DashboardView.vue @@ -0,0 +1,377 @@ + + + + +