Michael Wang 3 anni fa
parent
commit
ee52f17959

+ 1 - 1
src/features/OnlineExam/Examing/ExamingHome.vue

@@ -323,7 +323,7 @@ addInterval(() => checkRemoteApp(), 3 * 60 * 1000);
 
 @media screen and (max-width: 960px) {
   .header {
-    overflow-x: scroll;
+    overflow-x: auto;
   }
 }
 </style>

+ 2 - 0
src/features/OnlineExam/Examing/QuestionView.vue

@@ -163,6 +163,8 @@ function toggleSign() {
 
 .question-header {
   display: flex;
+  /* 标题过长,会撑开高度 */
+  flex-shrink: 0;
   align-items: center;
 }