|
@@ -35,7 +35,7 @@
|
|
|
<div v-for="(item2, index2) in item.array" :key="`${index}-${index2}`" class="check_box_xia">
|
|
|
<div class="title" v-if="item2.ttype != 1 || (!item2.json && item2.ttype == 1)" :style="{fontSize:item2.ttype == 1 && '16px'}">{{ selectType(item2, index2) }}</div>
|
|
|
<div v-if="item2.ttype == 1" class="answerBox">
|
|
|
- <choiceV :tindex="indexw" :cJson.sync="item2.json" v-if="item2.type == 1"></choiceV>
|
|
|
+ <choiceV :tindex="index2" :cJson.sync="item2.json" v-if="item2.type == 1"></choiceV>
|
|
|
<gapV :tindex="index2" :cJson.sync="item2.json" v-if="item2.type == 3"></gapV>
|
|
|
<fileV :tindex="index2" :cJson.sync="item2.json" v-if="item2.type == 5"></fileV>
|
|
|
<!-- <span v-else>暂未设置题目</span> -->
|
|
@@ -259,6 +259,7 @@ export default {
|
|
|
margin: 20px;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
+ justify-content: center;
|
|
|
}
|
|
|
|
|
|
.p_page {
|