Commit ff893424 authored by zhengke's avatar zhengke

修改

parent 86bdeadb
......@@ -8,10 +8,10 @@
</style>
<template>
<div class="shortAnswerQuestion">
<br />
答案
<br />
<div v-html="setOption.Answer"></div>
<div style="display:flex;">
<div style="font-weight:bold;">答案:</div>
<div v-html="setOption.Answer"></div>
</div>
</div>
</template>
<script>
......
......@@ -48,11 +48,10 @@
</tr>
</table>
<br />
<br />
<div style="padding-bottom:20px;">答案:请在下方下拉框中对选项进行排序(顺序从左到右)</div>
<table v-if="data&&data.length>0">
<tr>
<td>
<span style="font-weight:bold;">答案:</span>
<span v-for="(cItem,cIndex) in data[0]">
{{cItem.Name}}
</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