From add2d28c3aeccfe57338c439967abbb83117b20e Mon Sep 17 00:00:00 2001 From: liujie <liujie> Date: 星期二, 17 十月 2023 09:56:55 +0800 Subject: [PATCH] 修改bug --- cloud-server-management/src/main/webapp/WEB-INF/view/system/tShop/TShop_img.html | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cloud-server-management/src/main/webapp/WEB-INF/view/system/tShop/TShop_img.html b/cloud-server-management/src/main/webapp/WEB-INF/view/system/tShop/TShop_img.html index dbb2842..4830981 100644 --- a/cloud-server-management/src/main/webapp/WEB-INF/view/system/tShop/TShop_img.html +++ b/cloud-server-management/src/main/webapp/WEB-INF/view/system/tShop/TShop_img.html @@ -5,10 +5,10 @@ <div class="form-horizontal" id="carInfoForm"> <input hidden id="id" value="${id}"> @if(welfarePicture==null){ - <#avatar id="welfarePicture" name="福利图片"/> + <#avatar id="welfarePicture" name="福利图片(推荐像素宽度:780px)"/> @} @if(welfarePicture!=null){ - <#avatar id="welfarePicture" name="福利图片" avatarImg="${welfarePicture}"/> + <#avatar id="welfarePicture" name="福利图片(推荐像素宽度:780px)" avatarImg="${welfarePicture}"/> @} @if(welfarePicture==12321){ <div class="form-group"> -- Gitblit v1.7.1