|
@@ -3316,7 +3316,7 @@
|
|
|
<img
|
|
|
v-if="askJson.askJson[index1].img"
|
|
|
:src="askJson.askJson[index1].img"
|
|
|
- style="width: 100%; margin-top: 10px"
|
|
|
+ style="height: 300px; margin-top: 10px;max-width: 100%;"
|
|
|
/>
|
|
|
</div>
|
|
|
<div class="a_add_body">
|
|
@@ -3382,7 +3382,7 @@
|
|
|
<img
|
|
|
v-if="testJson.testJson[index1].img"
|
|
|
:src="testJson.testJson[index1].img"
|
|
|
- style="width: 100%; margin-top: 10px"
|
|
|
+ style="height: 300px; margin-top: 10px;max-width: 100%;"
|
|
|
/>
|
|
|
</div>
|
|
|
<div class="a_add_body">
|
|
@@ -5346,6 +5346,8 @@ export default {
|
|
|
parseInt(this.worksStudent[i].length)) *
|
|
|
100
|
|
|
);
|
|
|
+ let aaaa = this.checkJson[i][z]
|
|
|
+ console.log(aaaa);
|
|
|
for (
|
|
|
var k = 0;
|
|
|
k < this.checkJson[i][z].checkCount.length;
|