Преглед изворни кода

Merge branch 'iteration-temp-http' into dev

lex-xin пре 8 месеци
родитељ
комит
0a2f0f8bf5

+ 1 - 1
src/businessComponents/globalTools/globalTools.vue

@@ -143,7 +143,7 @@ onMounted(() => {
       top: 0;
       transform: translateY(var(--toolTranslateY));
       // margin-top: -29px;
-      z-index: 2001;
+      z-index: 2999;
       padding: 8px 14px 8px 16px;
       background: rgba(0, 0, 0, 0.4);
       border-radius: 200px 0px 0px 200px;

+ 1 - 1
src/views/coursewarePlay/coursewarePlay.vue

@@ -517,7 +517,7 @@ function handlePracticeClose() {
 
 function onTitleTip(type: "phaseGoals" | "checkItem", text: string) {
    useCoursewarePlayTip({
-      headImg: require(`@/img/coursewarePlay/${type ? "ts3" : "ts4"}.png`),
+      headImg: require(`@/img/coursewarePlay/${type === "phaseGoals" ? "ts3" : "ts4"}.png`),
       text,
       btnShow: [false, false]
    })