From f67c4c84ab6a730d69df4aa703f9e50bf73e3c8b Mon Sep 17 00:00:00 2001 From: Zhufu <1176354795@qq.com> Date: Fri, 19 Jul 2024 10:32:24 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=B3=A8=E9=87=8A=E4=BA=91=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E7=94=BB=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/routes/modules/dashboard.ts | 40 +++++++++++++------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/src/router/routes/modules/dashboard.ts b/src/router/routes/modules/dashboard.ts index 50a0b562..7ba76c86 100644 --- a/src/router/routes/modules/dashboard.ts +++ b/src/router/routes/modules/dashboard.ts @@ -5,16 +5,16 @@ import { t } from '@/hooks/web/useI18n'; const dashboard: AppRouteModule = { - path: '/dashboard', - name: 'Dashboard', - component: LAYOUT, - redirect: '/dashboard/analysis', - meta: { - orderNo: 10, - icon: 'ion:grid-outline', - title: t('routes.dashboard.dashboard'), - }, - children: [ + // path: '/dashboard', + // name: 'Dashboard', + // component: LAYOUT, + // redirect: '/dashboard/analysis', + // meta: { + // orderNo: 10, + // icon: 'ion:grid-outline', + // title: t('routes.dashboard.dashboard'), + // }, + // children: [ // { // path: '/dashboard/analysis', // name: 'Analysis', @@ -24,15 +24,15 @@ const dashboard: AppRouteModule = // title: t('routes.dashboard.analysis'), // }, // }, - { - path: '/dashboard/test', - name: 'test', - component: () => import('@/views/dashboard/test/index.vue'), - meta: { - // affix: true, - title: t('routes.dashboard.test'), - }, - }, + // { + // path: '/dashboard/test', + // name: 'test', + // component: () => import('@/views/dashboard/test/index.vue'), + // meta: { + // // affix: true, + // title: t('routes.dashboard.test'), + // }, + // }, // { // path: '/formCallPage', // name: 'formCallPage', @@ -94,7 +94,7 @@ const dashboard: AppRouteModule = // }, // component: () => import('@/views/demo/workflow/h5/look.vue'), // }, - ], + // ], }; From c9bb3923ae40385ffbd49362eca70c16cf7a7646 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BB=95=E5=B5=A9?= <17854119262@163.com> Date: Fri, 19 Jul 2024 11:04:41 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/demo/caseoffence/index.vue | 11 +++++++ src/views/demo/system/version/index.vue | 1 + src/views/subject/index.vue | 38 ++++++++++++++++--------- 3 files changed, 37 insertions(+), 13 deletions(-) diff --git a/src/views/demo/caseoffence/index.vue b/src/views/demo/caseoffence/index.vue index 22165ded..82a7acb4 100644 --- a/src/views/demo/caseoffence/index.vue +++ b/src/views/demo/caseoffence/index.vue @@ -438,4 +438,15 @@ height: 60px; margin: 5px; } + + ::v-deep .ant-table-container table { + line-height: 1.1 !important; + + .ant-table-row { + td { + padding-top: 8px !important; + padding-bottom: 8px !important; + } + } + } diff --git a/src/views/demo/system/version/index.vue b/src/views/demo/system/version/index.vue index 01e6c747..79eb00bf 100644 --- a/src/views/demo/system/version/index.vue +++ b/src/views/demo/system/version/index.vue @@ -26,6 +26,7 @@ diff --git a/src/views/subject/index.vue b/src/views/subject/index.vue index 3a05abe0..4d694343 100644 --- a/src/views/subject/index.vue +++ b/src/views/subject/index.vue @@ -1,6 +1,7 @@