Commit ff893424 authored by zhengke's avatar zhengke

修改

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