From cb1f20b8a7b9c10552e9861759cf9afd3c373cc6 Mon Sep 17 00:00:00 2001 From: puzhibing <393733352@qq.com> Date: 星期三, 13 三月 2024 15:51:09 +0800 Subject: [PATCH] 修改bug --- cloud-server-management/src/main/webapp/WEB-INF/view/system/worldCup/worldCup_edit.html | 12 ++++++++++++ cloud-server-management/src/main/webapp/WEB-INF/view/system/worldCup/worldCup_add.html | 12 ++++++++++++ 2 files changed, 24 insertions(+), 0 deletions(-) diff --git a/cloud-server-management/src/main/webapp/WEB-INF/view/system/worldCup/worldCup_add.html b/cloud-server-management/src/main/webapp/WEB-INF/view/system/worldCup/worldCup_add.html index b48de0b..a0d1c0b 100644 --- a/cloud-server-management/src/main/webapp/WEB-INF/view/system/worldCup/worldCup_add.html +++ b/cloud-server-management/src/main/webapp/WEB-INF/view/system/worldCup/worldCup_add.html @@ -186,6 +186,12 @@ </div> <input type="hidden" id="homeBackdropImg" /> </div> + <div class="form-group"> + <label class="col-sm-3 control-label head-scu-label"></label> + <div class="col-sm-2"> + <span style="color:red;">推荐尺寸:210px * 280px</span> + </div> + </div> <div class="row" id="app1"> <div class="form-group"> <label class="col-sm-3 control-label head-scu-label">*比赛图片(请上传不超过五张图片): </label> @@ -205,6 +211,12 @@ </el-dialog> </div> </div> + <div class="form-group"> + <label class="col-sm-3 control-label head-scu-label"></label> + <div class="col-sm-2"> + <span style="color:red;">推荐尺寸:780px * 440px</span> + </div> + </div> </div> <div class="form-group"> <label class="col-sm-3 control-label">*比赛详情</label> diff --git a/cloud-server-management/src/main/webapp/WEB-INF/view/system/worldCup/worldCup_edit.html b/cloud-server-management/src/main/webapp/WEB-INF/view/system/worldCup/worldCup_edit.html index 7ed7d81..ddbe468 100644 --- a/cloud-server-management/src/main/webapp/WEB-INF/view/system/worldCup/worldCup_edit.html +++ b/cloud-server-management/src/main/webapp/WEB-INF/view/system/worldCup/worldCup_edit.html @@ -187,6 +187,12 @@ </div> <input type="hidden" id="homeBackdropImg" value="${item.homeBackdropImg}"/> </div> + <div class="form-group"> + <label class="col-sm-3 control-label head-scu-label"></label> + <div class="col-sm-2"> + <span style="color:red;">推荐尺寸:210px * 280px</span> + </div> + </div> <div class="row" id="app1"> <div class="form-group"> <label class="col-sm-3 control-label head-scu-label">*比赛图片(请上传不超过五张图片): </label> @@ -207,6 +213,12 @@ </el-dialog> </div> </div> + <div class="form-group"> + <label class="col-sm-3 control-label head-scu-label"></label> + <div class="col-sm-2"> + <span style="color:red;">推荐尺寸:780px * 440px</span> + </div> + </div> </div> <div class="form-group"> <label class="col-sm-3 control-label">*比赛详情</label> -- Gitblit v1.7.1