@@ -161,7 +161,6 @@
v-for="(item, index) in chaptersJson.tool"
:key="index"
class="chapter"
- style="width: 370px"
>
<div
class="stage"
@@ -172,7 +171,7 @@
flex-wrap: nowrap;
justify-content: center;
align-items: center;
- width: 370px;
+ padding: 0 10px;
"
@click="addUserRate(index)"
@@ -3715,7 +3715,7 @@
:class="w.type == 1 ? 'isTypeOne' : ''"
<div class="workImg">
- <img :src="word" @click="openFile(w.works)" alt />
+ <img :src="word" @click="openTable(w)" alt />
<!-- @click="openFile(w.works)" -->
class="answerScore"