This commit is contained in:
zyronon
2023-08-08 18:52:13 +08:00
parent 8c6a74f2a9
commit 6f4e37c937
2 changed files with 6 additions and 6 deletions

View File

@@ -1,10 +1,11 @@
<script setup lang="ts">
import {chinaExam, childrenEnglish} from '@/assets/dictionary.ts'
import {Close, ArrowRight, ArrowLeft} from '@icon-park/vue-next'
import {childrenEnglish} from '@/assets/dictionary.ts'
import {ArrowLeft, ArrowRight, Close} from '@icon-park/vue-next'
import {useBaseStore} from "@/stores/base.ts"
import {watch} from "vue"
import {Dict} from "@/types.ts"
const porps = defineProps<{modal:boolean}>()
const store = useBaseStore()
let selectDict: Dict = $ref({name: '新概念英语-2'} as any)
let step = $ref(1)
@@ -175,9 +176,7 @@ $header-height: 60rem;
border-radius: $radius;
display: flex;
flex-direction: column;
//justify-content: center;
//align-items: center;
//overflow: hidden;
@keyframes fade-in {
0% {
@@ -359,9 +358,11 @@ $footer-height: 40rem;
box-sizing: border-box;
header {
width: 100%;
display: flex;
height: $header-height;
align-items: center;
justify-content: space-between;
.left {
display: flex;

View File

@@ -14,7 +14,6 @@ import {Swiper as SwiperClass} from "swiper/types"
const store = useBaseStore()
defineEmits(['update:modelValue'])
const swiperIns0: SwiperClass = $ref(null as any)
const swiperIns1: SwiperClass = $ref(null as any)