From 11a1ed2d3c346fcd81f70873ac57e7eb6c2f86de Mon Sep 17 00:00:00 2001 From: zyronon Date: Tue, 31 Oct 2023 11:24:01 +0800 Subject: [PATCH] Optimize UI interface --- src/components/Article/ArticleList.vue | 81 ++++++++++------- src/components/ListItem.vue | 5 +- src/components/Practice/Panel.vue | 17 +--- .../PracticeArticle/PracticeArticle.vue | 47 +++++----- .../Practice/PracticeWord/Typing.vue | 1 + .../Practice/PracticeWord/TypingWord.vue | 46 +++++----- src/components/WordItem.vue | 10 ++- src/components/WordList.vue | 86 +++++++++++++++---- src/stores/base.ts | 8 +- 9 files changed, 184 insertions(+), 117 deletions(-) diff --git a/src/components/Article/ArticleList.vue b/src/components/Article/ArticleList.vue index 8a4c9411..dbece31e 100644 --- a/src/components/Article/ArticleList.vue +++ b/src/components/Article/ArticleList.vue @@ -1,18 +1,22 @@ \ No newline at end of file diff --git a/src/components/ListItem.vue b/src/components/ListItem.vue index 3d06e26e..5a3f3d58 100644 --- a/src/components/ListItem.vue +++ b/src/components/ListItem.vue @@ -17,7 +17,7 @@ defineEmits<{