From 8951f07e0e418e2ab6ba1545ae3c799dd178952e Mon Sep 17 00:00:00 2001 From: hdw <496960745@qq.com> Date: 星期五, 09 十一月 2018 14:18:59 +0800 Subject: [PATCH] 调整地图工具显示位置 --- gx_tieta/WebRoot/index.jsp | 38 +++++++++++++++++++------------------- 1 files changed, 19 insertions(+), 19 deletions(-) diff --git a/gx_tieta/WebRoot/index.jsp b/gx_tieta/WebRoot/index.jsp index 33cb90f..cc852de 100644 --- a/gx_tieta/WebRoot/index.jsp +++ b/gx_tieta/WebRoot/index.jsp @@ -121,8 +121,26 @@ <div class="map-info-detail"> <div class="layui-collapse" lay-filter="test" lay-accordion=""> <div class="layui-colla-item"> + <h2 class="layui-colla-title">瀹氫綅鏈烘埧</h2> + <div class="layui-colla-content layui-show"> + <table> + <tbody> + <tr> + <td class="w5em alg-c f-bold">鏈烘埧鍚嶇О:</td> + <td><input type="text" id="mapToolSearch"></td> + </tr> + <tr> + <td colspan="2" class="alg-r btn-container"> + <button type="button" value="鎼滅储" id="mapToolSearchBtn" class="mrr8">鎼滅储</button> + </td> + </tr> + </tbody> + </table> + </div> + </div> + <div class="layui-colla-item"> <h2 class="layui-colla-title">娣诲姞鏈烘埧</h2> - <div class="layui-colla-content layui-show""> + <div class="layui-colla-content"> <table id="mapToolAddHome"> <tbody> <tr> @@ -149,24 +167,6 @@ </tbody> </table> </div> - </div> - <div class="layui-colla-item"> - <h2 class="layui-colla-title">瀹氫綅鏈烘埧</h2> - <div class="layui-colla-content"> - <table> - <tbody> - <tr> - <td class="w5em alg-c f-bold">鏈烘埧鍚嶇О:</td> - <td><input type="text" id="mapToolSearch"></td> - </tr> - <tr> - <td colspan="2" class="alg-r btn-container"> - <button type="button" value="鎼滅储" id="mapToolSearchBtn" class="mrr8">鎼滅储</button> - </td> - </tr> - </tbody> - </table> - </div> </div> </div> </div> -- Gitblit v1.9.1