Commit ceb50b0d authored by yun's avatar yun

修改18

parent 835714ca
......@@ -210,11 +210,11 @@
>
{{value}}
<span
style="color:#4CC660;float: right;margin-right: 4px;"
style="color:#4CC660;float: right;margin-right: 4px;line-height: normal;"
v-if="item.key[blanksIndex] === value && detailObj.data.paper.showKey"
>正确答案</span>
<span
style="color:#FF7271;float: right;margin-right: 4px;"
style="color:#FF7271;float: right;margin-right: 4px;line-height: normal;"
v-if="item.key[blanksIndex] !== value && detailObj.data.paper.showKey"
>{{value === '' ? '未作答' : '回答错误'}}</span>
</span>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment