lex преди 1 година
родител
ревизия
19e98a3db6

+ 2 - 2
src/plugin/modalFrame/modalFrame.scss

@@ -62,7 +62,7 @@
    left: 0;
    width: 100%;
    height: 100%;
-   z-index: 2000;
+   z-index: 1234567;
    background-color: $overlay-color-lighter;
 
    .animationBox {
@@ -124,4 +124,4 @@
          align-items: center;
       }
    }
-}
+}

+ 0 - 1
src/views/curriculum/components/curriculumList/curriculumList_gyt.vue

@@ -54,7 +54,6 @@ import useDialogConfirm from "@/hooks/useDialogConfirm"
 import { format } from "@/libs/tools"
 import { useCurriculumDetail, useSetUpCourseware } from "@/views/curriculum"
 import { handleStartClass_gyt } from "@/views/curriculum/hooks/useStartClass"
-import { ElMessage } from "element-plus"
 
 const emits = defineEmits<{
    (e: "update"): void

+ 0 - 1
src/views/curriculum/curriculumDetail.vue

@@ -62,7 +62,6 @@
 </template>
 
 <script setup lang="ts">
-import { ElMessage } from "element-plus"
 import courseCollapse from "./components/courseCollapse"
 import { useSetUpCourseware } from "./index"
 import {

+ 0 - 1
src/views/curriculum/hooks/useStartClass.ts

@@ -4,7 +4,6 @@ import { httpAjaxLoadingErrMsg } from "@/plugin/httpAjax"
 import useDialogConfirm from "@/hooks/useDialogConfirm"
 import { format } from "@/libs/tools"
 import router from "@/router"
-import { ElMessage } from "element-plus"
 
 /* 管乐迷 开始上课 */
 export function handleStartClass_gym(id: string) {