|
@@ -52,7 +52,7 @@ const formatSeconds = (seconds) => {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
// 当前换算出显示的结果
|
|
// 当前换算出显示的结果
|
|
|
-let countdownEventVal = ref("00:00:00")
|
|
|
|
|
|
|
+let countdownEventVal = ref("考试时间: 00:00:00")
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
@@ -76,7 +76,7 @@ const countdownEvent = () => {
|
|
|
ComVal.find().fpsEventDel(fpsEventAddRet.code);
|
|
ComVal.find().fpsEventDel(fpsEventAddRet.code);
|
|
|
time = 0;
|
|
time = 0;
|
|
|
}
|
|
}
|
|
|
- countdownEventVal.value = formatSeconds(time);
|
|
|
|
|
|
|
+ countdownEventVal.value = "考试时间: " + formatSeconds(time);
|
|
|
|
|
|
|
|
});
|
|
});
|
|
|
|
|
|
|
@@ -134,10 +134,10 @@ onMounted(() => {
|
|
|
|
|
|
|
|
.main {
|
|
.main {
|
|
|
position: fixed;
|
|
position: fixed;
|
|
|
- width: 10rem;
|
|
|
|
|
|
|
+ width: 22rem;
|
|
|
height: 4.28rem;
|
|
height: 4.28rem;
|
|
|
top: 11rem;
|
|
top: 11rem;
|
|
|
- right: 22rem;
|
|
|
|
|
|
|
+ right: 12rem;
|
|
|
background-image: url("./img/exam/time.webp");
|
|
background-image: url("./img/exam/time.webp");
|
|
|
background-position: center;
|
|
background-position: center;
|
|
|
background-size: 100% 100%;
|
|
background-size: 100% 100%;
|