From b8f40c53b53020b52904d84950ac2f25384ecdb1 Mon Sep 17 00:00:00 2001 From: puzhibing <393733352@qq.com> Date: 星期五, 01 三月 2024 10:25:30 +0800 Subject: [PATCH] 开发管理后台世界杯模块 --- cloud-server-management/src/main/webapp/WEB-INF/view/system/tHonor/THonor.html | 12 ++++++++++-- 1 files changed, 10 insertions(+), 2 deletions(-) diff --git a/cloud-server-management/src/main/webapp/WEB-INF/view/system/tHonor/THonor.html b/cloud-server-management/src/main/webapp/WEB-INF/view/system/tHonor/THonor.html index 1d1389f..55dc376 100644 --- a/cloud-server-management/src/main/webapp/WEB-INF/view/system/tHonor/THonor.html +++ b/cloud-server-management/src/main/webapp/WEB-INF/view/system/tHonor/THonor.html @@ -60,16 +60,24 @@ <h3 class = "title">运动达人:</h3> <div id="table2"></div> </div> - </div> - <div class="row" id = "table-container-2"> <div class="table-container"> <h3 class = "title">社区之王:</h3> <div id="table3"></div> </div> + </div> + <div class="row" id = "table-container-2"> <div class="table-container"> <h3 class = "title">深度玩家:</h3> <div id="table4"></div> </div> + <div class="table-container"> + <h3 class = "title">赢家:</h3> + <div id="table5"></div> + </div> + <div class="table-container"> + <h3 class = "title">次数:</h3> + <div id="table6"></div> + </div> </div> <div class="row btn-group-m-t"> <div class="col-sm-10 col-sm-offset-5" id = "buttonEdit"> -- Gitblit v1.7.1