소스 검색

fix small ui text

Michael Wang 6 년 전
부모
커밋
2723326c48
3개의 변경된 파일6개의 추가작업 그리고 6개의 파일을 삭제
  1. 2 2
      src/features/Login/Login.vue
  2. 2 2
      src/features/OnlineExam/OnlineExamList.vue
  3. 2 2
      src/features/OnlinePractice/OnlinePracticeList.vue

+ 2 - 2
src/features/Login/Login.vue

@@ -353,8 +353,8 @@ export default {
             render: () => {
               return (
                 <div style="font-size: 24px">
-                  `超出最大断点续考次数(${examingRes.maxInterruptNum}
-                  ),正在自动交卷...`
+                  超出最大断点续考次数({examingRes.maxInterruptNum}
+                  ),正在自动交卷...
                 </div>
               );
             }

+ 2 - 2
src/features/OnlineExam/OnlineExamList.vue

@@ -119,8 +119,8 @@ export default {
             render: () => {
               return (
                 <div style="font-size: 24px">
-                  `超出最大断点续考次数(${examingRes.maxInterruptNum}
-                  ),正在自动交卷...`
+                  超出最大断点续考次数({examingRes.maxInterruptNum}
+                  ),正在自动交卷...
                 </div>
               );
             }

+ 2 - 2
src/features/OnlinePractice/OnlinePracticeList.vue

@@ -95,8 +95,8 @@ export default {
             render: () => {
               return (
                 <div style="font-size: 24px">
-                  `超出最大断点续考次数(${examingRes.maxInterruptNum}
-                  ),正在自动交卷...`
+                  超出最大断点续考次数({examingRes.maxInterruptNum}
+                  ),正在自动交卷...
                 </div>
               );
             }