From 846e51ef297b83be2f79ef11a1a2c56150c55012 Mon Sep 17 00:00:00 2001
From: lisy <linlangsur163@163.com>
Date: 星期五, 18 八月 2023 19:32:40 +0800
Subject: [PATCH] 管理后台:积分商品的详情模块

---
 cloud-server-management/src/main/webapp/WEB-INF/view/system/tGoods/TGoods_edit.html |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/cloud-server-management/src/main/webapp/WEB-INF/view/system/tGoods/TGoods_edit.html b/cloud-server-management/src/main/webapp/WEB-INF/view/system/tGoods/TGoods_edit.html
index 9e11f1c..1390455 100644
--- a/cloud-server-management/src/main/webapp/WEB-INF/view/system/tGoods/TGoods_edit.html
+++ b/cloud-server-management/src/main/webapp/WEB-INF/view/system/tGoods/TGoods_edit.html
@@ -54,14 +54,14 @@
                         <div class="form-group">
                             <label class="col-sm-3 control-label">商品图片(请上传不超过五张图片): </label>
                             <div class="col-sm-2" style="width: 100%;margin-left: 24%;margin-top: 1%">
+                                <div class="avatar-uploader" style="display: flex;">
                                 @for(im in pictures){
-                                <div class="avatar-uploader" style="display: inline-block;">
-                                    <img height="100px" width="100px" src="${im}">
-                                    <i class="fa fa-close" onclick="delImg(this)" style="color: red;font-size: 18px;position: absolute;"></i>
-                                </div>
+                                    <div style="margin-right: 16px;position: relative">
+                                        <img  height="100px" width="100px" src="${im}">
+                                        <i class="el-icon-delete" onclick="delImg(this)" style="color: red;font-size: 18px;position: absolute;left: 0;right: 0;top: 0;bottom: 0"></i>
+                                    </div>
                                 @}
                                 <el-upload
-                                        style="display: inline-block;"
                                         :limit="5"
                                         class="avatar-uploader"
                                         action="/tCouponManage/uploadPic"
@@ -71,7 +71,7 @@
                                         :on-remove="handleRemove">
                                     <i class="el-icon-plus"></i>
                                 </el-upload>
-
+                                </div>
                             </div>
                         </div>
 

--
Gitblit v1.7.1