|
@@ -53,9 +53,9 @@
|
|
<div style="font-size: 18px;color: #000;margin-bottom: 10px;">
|
|
<div style="font-size: 18px;color: #000;margin-bottom: 10px;">
|
|
{{ item.sName }}:
|
|
{{ item.sName }}:
|
|
</div>
|
|
</div>
|
|
- <div>
|
|
|
|
|
|
+ <div style="display: flex;align-items: center;">
|
|
答案:<span :style="{color:JSON.parse(item.works)[itemIndex].chooseSenList.join('') == JSON.parse(item.works)[itemIndex].rightAnswer.join('')? '#409EFF' :'' }">
|
|
答案:<span :style="{color:JSON.parse(item.works)[itemIndex].chooseSenList.join('') == JSON.parse(item.works)[itemIndex].rightAnswer.join('')? '#409EFF' :'' }">
|
|
- {{ JSON.parse(item.works)[itemIndex].chooseSenList.join('') }}
|
|
|
|
|
|
+ {{ JSON.parse(item.works)[itemIndex].chooseSenList.join(' ') }}
|
|
</span>
|
|
</span>
|
|
<img style="height: 15px;width: 15px;margin-left: 10px;"
|
|
<img style="height: 15px;width: 15px;margin-left: 10px;"
|
|
v-if="JSON.parse(item.works)[itemIndex].chooseSenList.join('') == JSON.parse(item.works)[itemIndex].rightAnswer.join('')"
|
|
v-if="JSON.parse(item.works)[itemIndex].chooseSenList.join('') == JSON.parse(item.works)[itemIndex].rightAnswer.join('')"
|
|
@@ -237,5 +237,6 @@
|
|
white-space: nowrap;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
text-overflow: ellipsis;
|
|
margin-bottom: 0 !important;
|
|
margin-bottom: 0 !important;
|
|
|
|
+ letter-spacing: 5px;
|
|
}
|
|
}
|
|
</style>
|
|
</style>
|