This commit is contained in:
parent
95f3f45f8c
commit
6c7caf275b
|
@ -38,9 +38,9 @@
|
|||
<template #header>
|
||||
<a-row :span="24" style="width: 90%">
|
||||
<a-col :span="24" class="title2">{{ item.wjTitle }}</a-col>
|
||||
<a-col :span="8" style="color:#409eff;display:flex;flex-direction: column; text-align: left;font-size:12px;"><span style="font-weight: bold;font-size:20px; margin-left:5px;">{{ item.yzd }}</span><span style="color:#999">已作答人数</span></a-col>
|
||||
<a-col :span="8" style="color:#1ab394;display:flex;flex-direction: column; text-align: left;font-size:12px;"><span style="font-weight: bold;font-size:20px; margin-left:5px;">{{ item.ddrs }}</span><span style="color:#999">答对人数</span></a-col>
|
||||
<a-col :span="8" style="color:#f56c6c;display:flex;flex-direction: column; text-align: left; font-size:12px;"><span style="font-weight: bold;font-size:20px; margin-left:5px;">{{ item.dcrs }}</span><span style="color:#999">答错人数</span></a-col>
|
||||
<a-col :span="8" style="color:#909399;display:flex;flex-direction: column; text-align: left;font-size:12px;"><span style="font-weight: bold;font-size:20px; margin-left:5px;">{{ item.yzd }}</span>已作答人数</a-col>
|
||||
<a-col :span="8" style="color:#1ab394;display:flex;flex-direction: column; text-align: left;font-size:12px;"><span style="font-weight: bold;font-size:20px; margin-left:5px;">{{ item.ddrs }}</span>答对人数</a-col>
|
||||
<a-col :span="8" style="color:#f56c6c;display:flex;flex-direction: column; text-align: left; font-size:12px;"><span style="font-weight: bold;font-size:20px; margin-left:5px;">{{ item.dcrs }}</span>答错人数</a-col>
|
||||
</a-row>
|
||||
</template>
|
||||
<div style="width: 98%; margin: 0 auto" v-if="item.wjType == 3">
|
||||
|
|
Loading…
Reference in New Issue