Jelajahi Sumber

优化音频作答题UI

Michael Wang 6 tahun lalu
induk
melakukan
5581390885
1 mengubah file dengan 6 tambahan dan 1 penghapusan
  1. 6 1
      src/features/OnlineExam/Examing/TextQuestionView.vue

+ 6 - 1
src/features/OnlineExam/Examing/TextQuestionView.vue

@@ -65,7 +65,11 @@
       <div v-else>
         <div>
           <div v-if="qrValue" style="display: flex">
-            <qrcode :value="qrValue" :options="{ width: 200 }"></qrcode>
+            <qrcode
+              :value="qrValue"
+              :options="{ width: 200 }"
+              style="margin-left: -10px;"
+            ></qrcode>
             <div style="margin-top: 10px;">
               <div>
                 请使用<span style="font-weight: 900; color: #1E90FF;">微信</span
@@ -88,6 +92,7 @@
             class="audio-answer-line-height"
             v-if="this.examQuestion.studentAnswer"
             controls
+            controlsList="nodownload"
             :src="this.examQuestion.studentAnswer"
           />
           <span v-else class="audio-answer-line-height">未上传音频</span>