提交 708b42a0 authored 作者: lihuihui's avatar lihuihui

updata

上级 e2dab86b
......@@ -103,6 +103,7 @@ export default {
},
dataList() {
let num = 1
// console.log(this.questionsData.questions)
return this.questionsData.questions.map(item => {
item.question_list.map((subitem, index) => {
subitem.num = num + index
......
......@@ -23,6 +23,7 @@
<div class="type" v-if="item.type == 6">判断题</div>
<div class="count">{{ currentNum }}/{{ questionsData.sheet.question_count }}</div>
</div>
<div class="topic-bt" v-if="item.type === '5'">{{dItem.question_title}}</div>
<div class="topic" v-html="dItem.question_content">
</div>
<ul class="option" v-if="item.type === '1' || item.type === '6' || item.type === '5' && dItem.answer_count <= 1">
......@@ -671,7 +672,7 @@ export default {
.exam-box{
.swiper-wrapper{
.swiper-slide{
padding-bottom: 1rem;
padding-bottom: 1.2rem;
}
}
.head{
......@@ -742,6 +743,21 @@ export default {
display: block;
}
}
.topic-bt{
font-size: .26rem;
line-height: .4rem;
padding: 0 .4rem;
font-weight: bold;
margin-bottom: .2rem;
span{
width: 100%;
display: block;
}
img{
width: 100%;
display: block;
}
}
.option{
list-style: none;
margin: .35rem 0 0 0;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论