@@ -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;
@@ -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]
})