|
@@ -1,5 +1,5 @@
|
|
<template>
|
|
<template>
|
|
- <div class="fx-column pl20 pr20 pt20 pb40 ml20 card-shadow-8 bg-page">
|
|
|
|
|
|
+ <div class="fx-column jc-bet pl20 pr20 pt20 pb40 ml20 card-shadow-8 bg-page">
|
|
<div class="f20 fx-row fx-cen-cen relative">
|
|
<div class="f20 fx-row fx-cen-cen relative">
|
|
答题卡
|
|
答题卡
|
|
<plus-paper-help class="absolute f-999" style="right: 0"></plus-paper-help>
|
|
<plus-paper-help class="absolute f-999" style="right: 0"></plus-paper-help>
|
|
@@ -14,7 +14,7 @@
|
|
</el-badge>
|
|
</el-badge>
|
|
</template>
|
|
</template>
|
|
</div>
|
|
</div>
|
|
- <plus-paper-countdown v-if="allowAnswer" :options="options" class="mt20"></plus-paper-countdown>
|
|
|
|
|
|
+ <plus-paper-countdown v-if="allowAnswer&&!options.hiddenPaperClock" :options="options" class="mt20"></plus-paper-countdown>
|
|
<plus-paper-score v-if="!allowAnswer" :options="options" class="mt20"></plus-paper-score>
|
|
<plus-paper-score v-if="!allowAnswer" :options="options" class="mt20"></plus-paper-score>
|
|
<div v-if="allowAnswer" class="fx-row fx-cen-cen mt20">
|
|
<div v-if="allowAnswer" class="fx-row fx-cen-cen mt20">
|
|
<el-button type="primary" @click="paperSubmitAction">提交答卷</el-button>
|
|
<el-button type="primary" @click="paperSubmitAction">提交答卷</el-button>
|