浏览代码

调整删除图片的图标位置

Michael Wang 5 年之前
父节点
当前提交
404413506c
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      src/features/OnlineExam/Examing/UploadPhotos.vue

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

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