diff --git a/src/App.vue b/src/App.vue index 13ad74a0..8038c879 100644 --- a/src/App.vue +++ b/src/App.vue @@ -192,7 +192,7 @@ const show = $ref(false) - + diff --git a/src/components/DictModal.vue b/src/components/DictModal.vue index 94a989c5..a26b9512 100644 --- a/src/components/DictModal.vue +++ b/src/components/DictModal.vue @@ -8,6 +8,7 @@ import {chunk} from "lodash"; import {$computed, $ref} from "vue/macros"; import WordList from "@/components/WordList.vue"; import ChapterList from "@/components/ChapterList.vue" +import Modal from "@/components/Modal.vue"; const store = useBaseStore() let currentSelectDict: Dict = $ref({ @@ -42,103 +43,96 @@ async function selectDict(item: Dict) { - - - - - - - - - - - - 英语 - - - 日语 - - - 德语 - - - - - - - - 六级 - - - - {{ i.name }} - {{ i.description }} - {{ i.length }}词 - - - - - - - - + + + + + + + + 英语 + + + 日语 + + + 德语 + + + + + + + + 六级 + + + + {{ i.name }} + {{ i.description }} + {{ i.length }}词 + - - - - - - 词典详情 - - - - - - - - {{ currentSelectDict.name }} - {{ currentSelectDict.description }} - {{ currentSelectDict.length }}词 - - - - - - - - - - + + + + + + + + + + + + + 词典详情 + + + + + + + + {{ currentSelectDict.name }} + {{ currentSelectDict.description }} + {{ currentSelectDict.length }}词 + + + + + + + + - +