From 06104b789c9bc120d490b57560098e8a6df4beb9 Mon Sep 17 00:00:00 2001 From: liujie <liujie> Date: 星期六, 23 九月 2023 09:51:46 +0800 Subject: [PATCH] 后台代码 --- cloud-server-management/src/main/webapp/WEB-INF/view/system/tShop/TShop_imgAll.html | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cloud-server-management/src/main/webapp/WEB-INF/view/system/tShop/TShop_imgAll.html b/cloud-server-management/src/main/webapp/WEB-INF/view/system/tShop/TShop_imgAll.html index bd5cfc4..2df1d24 100644 --- a/cloud-server-management/src/main/webapp/WEB-INF/view/system/tShop/TShop_imgAll.html +++ b/cloud-server-management/src/main/webapp/WEB-INF/view/system/tShop/TShop_imgAll.html @@ -182,12 +182,12 @@ </div> - <div>首页其他板块设置</div> + <div style="font-size: x-large;">首页其他板块设置</div> <#button name="添加" icon="fa-plus" clickFun="TCompetition.openAddTCompetition(id)"/> - <#button name="编辑" icon="fa-edit" clickFun="TCompetition.openTCompetitionDetail()" space="true"/> - <#button name="删除" icon="fa-remove" clickFun="TCompetition.freeze()" space="true"/> - <#button name="开启" icon="fa-remove" clickFun="TCompetition.unfreeze()" space="true"/> - <#button name="关闭" icon="fa-remove" clickFun="TCompetition.info()" space="true"/> + <#button name="编辑" icon="fa-edit" clickFun="TCompetition.openTCompetitionDetail1()" space="true"/> + <#button name="删除" icon="fa-remove" clickFun="TCompetition.del()" space="true"/> + <#button name="开启" icon="fa-remove" clickFun="TCompetition.unfreeze1(1)" space="true"/> + <#button name="关闭" icon="fa-remove" clickFun="TCompetition.unfreeze1(2)" space="true"/> <#table id="TCompetitionOtherTable"/> -- Gitblit v1.7.1