Skip to content

Commit

Permalink
update ui
Browse files Browse the repository at this point in the history
  • Loading branch information
zyronon committed Dec 5, 2023
1 parent 7a2f0eb commit 3f1cf4b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions src/components/list/DictItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion src/router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down

0 comments on commit 3f1cf4b

Please sign in to comment.