From 8537161a0827ea21f3fba347b579f5fc40167419 Mon Sep 17 00:00:00 2001 From: zouzhibing Date: Wed, 8 Jun 2022 11:41:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=95=B0=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 3 +++ src/router/modules/charts.ts | 12 ++++++------ 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/src/App.vue b/src/App.vue index d403b7b..aa8768b 100644 --- a/src/App.vue +++ b/src/App.vue @@ -21,6 +21,9 @@ html,body{ background: #f6f8f9; } +.el-pager li:focus{ + border: none; +} *{ margin: 0; padding: 0; diff --git a/src/router/modules/charts.ts b/src/router/modules/charts.ts index a4db034..e041c81 100644 --- a/src/router/modules/charts.ts +++ b/src/router/modules/charts.ts @@ -31,12 +31,12 @@ const chartsRouter = { name: 'charts-simple', meta: { title: '简单图表', roles:['other'] } }, - { - path: 'complex', - component: () => import('@/views/charts/complex.vue'), - name: 'charts-complex', - meta: { title: '复杂图表', roles:['other'] } - }, + // { + // path: 'complex', + // component: () => import('@/views/charts/complex.vue'), + // name: 'charts-complex', + // meta: { title: '复杂图表', roles:['other'] } + // }, ] }