人生啊人生 1 месяц назад
Родитель
Сommit
1eed561e71
1 измененных файлов с 4 добавлено и 4 удалено
  1. 4 4
      src/components/WindowQingXiCheAndQv/WindowTime.vue

+ 4 - 4
src/components/WindowQingXiCheAndQv/WindowTime.vue

@@ -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);
             time = 0;
         }
-        countdownEventVal.value = formatSeconds(time);
+        countdownEventVal.value = "考试时间: " + formatSeconds(time);
 
     });
     
@@ -134,10 +134,10 @@ onMounted(() => {
 
     .main {
         position: fixed;
-        width: 10rem;
+        width: 22rem;
         height: 4.28rem;
         top: 11rem;
-        right: 22rem;
+        right: 12rem;
         background-image: url("./img/exam/time.webp");
         background-position: center;
         background-size: 100% 100%;