update ui
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user