update ui

This commit is contained in:
zyronon
2023-12-05 11:21:44 +08:00
parent 7a2f0eb983
commit 3f1cf4b9b0
2 changed files with 1 additions and 6 deletions

View File

@@ -86,11 +86,6 @@ const emit = defineEmits<{
&.active {
background: var(--color-item-active);
color: var(--color-font-active-1);
.desc {
color: var(--color-font-active-2);
}
}
&:hover {

View File

@@ -7,7 +7,7 @@ const routes: any[] = [
{path: '/practice', component: Practice},
{path: '/dict', name: 'dict', component: Dict},
{path: '/test', name: 'test', component: Test},
{path: '/', redirect: '/test'},
{path: '/', redirect: '/practice'},
]
const router = VueRouter.createRouter({