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