@@ -33,7 +33,7 @@
<div v-else v-for="i in pan(item.aiContent)">
<img
- style="width: 120px;height: 120px;"
+ style="width: 130px;height: 130px;"
:src="i.image"
alt=""
@click="previewImg(i.image)"
@@ -62,7 +62,7 @@
v-html="item.aiContent"
></div>
<div v-else v-for="(i,index) in pan(item.aiContent)" :key=index>
- <img style="width: 120px;height: 120px;" :src="i.image" alt="" @click="previewImg(i.image)">
+ <img style="width: 130px;height: 130px;" :src="i.image" alt="" @click="previewImg(i.image)">
</div>
<div
@@ -80,7 +80,7 @@