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'),
// },
- ],
+ // ],
};
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 @@