优化数度

This commit is contained in:
zouzhibing 2022-06-08 11:41:28 +08:00
parent c72188cc91
commit 8537161a08
2 changed files with 9 additions and 6 deletions

View File

@ -21,6 +21,9 @@ html,body{
background: #f6f8f9;
}
.el-pager li:focus{
border: none;
}
*{
margin: 0;
padding: 0;

View File

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