From 566c44cc5712ab9c997424ee5a5438e0a81a016e Mon Sep 17 00:00:00 2001 From: xuhy <3313886187@qq.com> Date: 星期三, 17 五月 2023 18:49:38 +0800 Subject: [PATCH] BUG修改 --- management/guns-admin/src/main/webapp/WEB-INF/view/system/tHomePage/tHomePageMap.html | 20 +++++++++++--------- 1 files changed, 11 insertions(+), 9 deletions(-) diff --git a/management/guns-admin/src/main/webapp/WEB-INF/view/system/tHomePage/tHomePageMap.html b/management/guns-admin/src/main/webapp/WEB-INF/view/system/tHomePage/tHomePageMap.html index 78b6aba..25df26f 100644 --- a/management/guns-admin/src/main/webapp/WEB-INF/view/system/tHomePage/tHomePageMap.html +++ b/management/guns-admin/src/main/webapp/WEB-INF/view/system/tHomePage/tHomePageMap.html @@ -9,12 +9,6 @@ <div class="row row-lg"> <div class="col-sm-12" > -<!-- <div class="initialLevel col-sm-12 control-label form-group" style="cursor: pointer;text-align: left;">--> -<!-- <div class="initialLevel col-sm-3 control-label form-group" >--> -<!-- <label class="control-label" >运营数据总览/车辆地图总览/</label>--> -<!-- <label class="control-label" style="color: red">订单热点图</label>--> -<!-- </div>--> -<!-- </div>--> <div class="initialLevel col-sm-12 control-label form-group" style="cursor: pointer;text-align: left;"> <div class="initialLevel col-sm-1 control-label form-group" > @@ -34,9 +28,13 @@ <option value="4">已取消</option> </select> </div> - <div class="initialLevel col-sm-2 control-label form-group" > - <#button name="查询" icon="fa-search" clickFun="getData()"/> - <#button name="重置" icon="fa-trash" clickFun="reset()" space="true"/> + <div class="col-sm-2"> + <button type="button" class="btn btn-primary " onclick="getData()" style="height: 33px"> + <i class="fa fa-search"></i> 查询 + </button> + <button type="button" class="btn btn-primary button-margin" onclick="reset()" style="height: 33px"> + <i class="fa fa-trash"></i> 重置 + </button> </div> </div> <div class="col-sm-10" > @@ -125,6 +123,9 @@ border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; overflow: hidden; + } + .btn{ + height: 33px } </style> <script type="text/javascript"> @@ -278,6 +279,7 @@ $(function(){ + $('.btn').css('height','33px') map(""); getOrder(); }) -- Gitblit v1.7.1