|
@@ -70,7 +70,7 @@
|
|
|
width:
|
|
|
curQue.sortType == 'col'
|
|
|
? itemsWidth + 'px'
|
|
|
- : Math.floor(780 / curQue.option.length) - 16 + 'px',
|
|
|
+ : Math.floor(780 / curQue.option.length) - 18 + 'px',
|
|
|
}"
|
|
|
>
|
|
|
<div
|
|
@@ -1211,14 +1211,14 @@ export default {
|
|
|
}
|
|
|
|
|
|
this.$set(this.curQue, "option", option);
|
|
|
- let contentWidth = 780;
|
|
|
+ let contentWidth = 732;
|
|
|
if (this.curQue.img_list && this.curQue.img_list.length > 0) {
|
|
|
- contentWidth = 780 - this.curQue.img_size;
|
|
|
+ contentWidth = 732 - this.curQue.img_size;
|
|
|
}
|
|
|
if(itemLeg==1){
|
|
|
- this.itemsWidth = 780
|
|
|
+ this.itemsWidth = 732
|
|
|
}else{
|
|
|
- this.itemsWidth = Math.floor(contentWidth / itemLeg) - 16;
|
|
|
+ this.itemsWidth = Math.floor(contentWidth / itemLeg) - 18;
|
|
|
}
|
|
|
|
|
|
|
|
@@ -1280,10 +1280,10 @@ export default {
|
|
|
) {
|
|
|
flag = true;
|
|
|
}
|
|
|
- if (flag) {
|
|
|
+ // if (flag) {
|
|
|
this.userErrorList.push(items);
|
|
|
this.userBookanswer.push(this.curQue.Bookanswer[index][indexs]);
|
|
|
- }
|
|
|
+ // }
|
|
|
});
|
|
|
});
|
|
|
}
|
|
@@ -1432,12 +1432,11 @@ export default {
|
|
|
}
|
|
|
|
|
|
this.$set(this.curQue, "option", option);
|
|
|
- console.log(this.curQue.option);
|
|
|
let contentWidth = 732;
|
|
|
if (this.curQue.img_list && this.curQue.img_list.length > 0) {
|
|
|
contentWidth = 732 - this.curQue.img_size;
|
|
|
}
|
|
|
- this.itemsWidth = Math.floor(contentWidth / itemLeg);
|
|
|
+ this.itemsWidth = Math.floor(contentWidth / itemLeg) -18;
|
|
|
},
|
|
|
//词和标点合一起
|
|
|
mergeWordSymbol(sItem) {
|