refactor(style): remove tailwind css

This commit is contained in:
nebv
2020-10-11 00:05:29 +08:00
parent 66b5616957
commit 03b6025d07
52 changed files with 513 additions and 505 deletions

View File

@@ -183,7 +183,7 @@ export default {
name: 'MergeHeaderDemo',
component: () => import('/@/views/demo/table/MergeHeader.vue'),
meta: {
title: '合并表头',
title: '合并单元格',
},
},
{

View File

@@ -8,7 +8,7 @@ export default {
path: '/permission',
name: 'Permission',
component: PAGE_LAYOUT_COMPONENT,
redirect: '/permission/front',
redirect: '/permission/front/page',
meta: {
icon: 'carbon:user-role',
title: '权限管理',