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 @@ + + + + +