From a1d261d6c92c38d9e496e11d1bc224ecc1d34798 Mon Sep 17 00:00:00 2001 From: nickchange <126672920+nickchange@users.noreply.github.com> Date: 星期二, 14 十一月 2023 09:14:57 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- cloud-server-management/src/main/webapp/WEB-INF/view/system/tShop/TShop_edit_one.html | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/cloud-server-management/src/main/webapp/WEB-INF/view/system/tShop/TShop_edit_one.html b/cloud-server-management/src/main/webapp/WEB-INF/view/system/tShop/TShop_edit_one.html index e8ea2a9..881641a 100644 --- a/cloud-server-management/src/main/webapp/WEB-INF/view/system/tShop/TShop_edit_one.html +++ b/cloud-server-management/src/main/webapp/WEB-INF/view/system/tShop/TShop_edit_one.html @@ -7,7 +7,12 @@ <label class="col-sm-3 control-label">板块名称:</label> <div class="col-sm-9"> <input class="form-control" id="name" name="name" type="text" style="width: 400px;" value="${item.name}"> - + </div> + </div> + <div class="form-group" style="margin-left:-410px"> + <label class="col-sm-3 control-label">排序:</label> + <div class="col-sm-9"> + <input class="form-control" id="sort" name="name" type="text" value="${item.sort}" style="width: 400px;"> </div> </div> <div class="form-group" style="margin-left:-410px"> -- Gitblit v1.7.1