|
@@ -18,7 +18,7 @@
|
|
</div>
|
|
</div>
|
|
<div class="a_add_persent">
|
|
<div class="a_add_persent">
|
|
<div class="a_add_persent_div" v-for="(item1, checkIndex) in item.askItem" :key="checkIndex">
|
|
<div class="a_add_persent_div" v-for="(item1, checkIndex) in item.askItem" :key="checkIndex">
|
|
- <span :class="{ right: item.answer == checkIndex }"><span style="width:calc(100% - 40px)"
|
|
|
|
|
|
+ <span :class="{ right: item.answer == checkIndex }"><span style="width:auto"
|
|
v-html="item.checkList[checkIndex]"></span></span>
|
|
v-html="item.checkList[checkIndex]"></span></span>
|
|
<span>{{
|
|
<span>{{
|
|
checkJson[index].checkCount[checkIndex]
|
|
checkJson[index].checkCount[checkIndex]
|
|
@@ -240,6 +240,7 @@ export default {
|
|
position: relative;
|
|
position: relative;
|
|
display: flex;
|
|
display: flex;
|
|
align-items: center;
|
|
align-items: center;
|
|
|
|
+ flex-wrap: wrap;
|
|
}
|
|
}
|
|
|
|
|
|
.right::after {
|
|
.right::after {
|