Commit c585973d by 陈超

A

parent 0437857d
...@@ -337,7 +337,7 @@ ...@@ -337,7 +337,7 @@
<ul> <ul>
<li v-for="(opt, index) in currentOptions" :key="index" class="testPaperAnswer box"> <li v-for="(opt, index) in currentOptions" :key="index" class="testPaperAnswer box">
<span class="testPaperAnswer_num" :class="opt.selected ? 'testPaperAnswer_numAt' : ''">{{opt.key}}</span> <span class="testPaperAnswer_num" :class="opt.selected ? 'testPaperAnswer_numAt' : ''">{{opt.key}}</span>
<div v-html="opt.value" class="testPaperAnswer_desc flex1"></div> <div v-html="opt.value" class="testPaperAnswer_desc flex1" style="margin-top: 0.75rem;"></div>
</li> </li>
</ul> </ul>
</template> </template>
......
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