Commit f99f2c8c authored by agping's avatar agping

商铺列表 去掉滚动条

parent e230dd41
{layout name="global/frame_tpl" /} {layout name="global/frame_tpl" /}
<input type="hidden" class="page-load" id="houseList" /> <input type="hidden" class="page-load" id="houseList" />
<style> <style>
/*隐藏表格滚动条*/
.table-responsive{
overflow-x: hidden!important;
}
.modal.fade.in.yz{ .modal.fade.in.yz{
opacity: 0; opacity: 0;
} }
...@@ -196,7 +192,7 @@ ...@@ -196,7 +192,7 @@
<tr> <tr>
<td colspan="10"> <td colspan="10">
<form id="form_search"> <form id="form_search">
<div class="col-xs-12 ld-Marheight" style="padding:0px"> <div class="col-xs-12" style="padding:0px">
<select class="form-control btn2" id="shop_area_id"> <select class="form-control btn2" id="shop_area_id">
<option value="" selected="selected">区域</option> <option value="" selected="selected">区域</option>
</select> </select>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment