11wqe1 há 11 meses atrás
pai
commit
509e0be0ec

+ 1 - 1
src/components/classRoomHelper/component/dialogArea.vue

@@ -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)"

+ 1 - 1
src/components/classRoomHelper/component/searchArea.vue

@@ -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>
             <div

+ 1 - 1
src/components/classRoomHelper/component/taskArea.vue

@@ -80,7 +80,7 @@
               ></div>
               <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)"