Эх сурвалжийг харах

调整删除图片的图标位置

Michael Wang 5 жил өмнө
parent
commit
404413506c

+ 2 - 0
src/features/OnlineExam/Examing/UploadPhotos.vue

@@ -12,6 +12,7 @@
           <Icon
             type="ios-trash-outline"
             size="30"
+            style="position: absolute; top: 0px;"
             @click.native="handleRemove(item)"
           ></Icon>
         </div>
@@ -89,6 +90,7 @@
               <Icon
                 type="ios-trash-outline"
                 size="30"
+                style="position: absolute; top: 0px;"
                 @click.native="handleRemoveTotal(item)"
               ></Icon>
             </div>