From 4ff5f35054ab141d915c11ad878d4dcffe7e034a Mon Sep 17 00:00:00 2001 From: xuhy <3313886187@qq.com> Date: 星期五, 12 五月 2023 18:43:27 +0800 Subject: [PATCH] BUG修改 --- management/guns-admin/src/main/webapp/WEB-INF/view/system/tDriver/tDriver.html | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/management/guns-admin/src/main/webapp/WEB-INF/view/system/tDriver/tDriver.html b/management/guns-admin/src/main/webapp/WEB-INF/view/system/tDriver/tDriver.html index 0dc2310..e55ffcd 100644 --- a/management/guns-admin/src/main/webapp/WEB-INF/view/system/tDriver/tDriver.html +++ b/management/guns-admin/src/main/webapp/WEB-INF/view/system/tDriver/tDriver.html @@ -15,15 +15,15 @@ <div class="col-sm-3"> <#NameCon id="phone" name="手机号" /> </div> - <div class="col-sm-1"> - <select class="input-group" id="status" style="width: 80px;height: 33px" name="status"> - <option value="">状态</option> - <option value="1">正常</option> - <option value="2">冻结</option> - </select> + <div class="col-sm-2"> + <#SelectCon id="status" name="状态" > + <option value="">状态</option> + <option value="1">正常</option> + <option value="2">冻结</option> + </#SelectCon> </div> <div class="col-sm-3"> - <#button name="搜索" icon="fa-search" clickFun="TDriver.search()"/> + <#button name="查询" icon="fa-search" clickFun="TDriver.search()"/> <#button name="重置" icon="fa-trash" clickFun="TDriver.resetSearch()" space="true"/> </div> <div class="col-sm-12"> -- Gitblit v1.7.1