From 9e07cf02149fadd880a6f1f15bc0dcad3786aeba Mon Sep 17 00:00:00 2001 From: hujiale <13306077+hujiale9527@user.noreply.gitee.com> Date: Thu, 24 Oct 2024 18:43:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=BB=BA=E5=88=86=E7=BB=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/router/routes/modules/dashboard.ts | 2 +- .../home/components/GridGroup/index.vue | 1 - .../home/components/Output5/index.vue | 18 +- .../src/views/dashboard/home/index.vue | 544 +++++++++++------- 4 files changed, 344 insertions(+), 221 deletions(-) diff --git a/apps/web-test/src/router/routes/modules/dashboard.ts b/apps/web-test/src/router/routes/modules/dashboard.ts index b4a9eb25..104a811b 100644 --- a/apps/web-test/src/router/routes/modules/dashboard.ts +++ b/apps/web-test/src/router/routes/modules/dashboard.ts @@ -148,7 +148,7 @@ const routes: RouteRecordRaw[] = [ meta: { hideInMenu: true, icon: 'lucide:area-chart', - title: '代办管理', + title: '待办管理', }, }, { diff --git a/apps/web-test/src/views/dashboard/home/components/GridGroup/index.vue b/apps/web-test/src/views/dashboard/home/components/GridGroup/index.vue index b78b2838..9b4dacbe 100644 --- a/apps/web-test/src/views/dashboard/home/components/GridGroup/index.vue +++ b/apps/web-test/src/views/dashboard/home/components/GridGroup/index.vue @@ -322,7 +322,6 @@ const goPage = (item) => { @@ -693,6 +808,15 @@ const addGroup = () => { object-fit: contain; } } + + .mask { + top: 0; + left: 0; + right: 0; + bottom: 0; + z-index: 2; + background: rgba($color: #000000, $alpha: 0.4); + } } .us-card-box {