|
|
|
@ -97,7 +97,7 @@ use \common\libs\MyLib; |
|
|
|
|
</form> |
|
|
|
|
<div class="row" style="margin-top:20px;"> |
|
|
|
|
<div class="col-md-12"> |
|
|
|
|
<table id="listTable" class="table" data-toggle="table" data-height="500"> |
|
|
|
|
<table id="listTable" class="table" data-toggle="table" data-height="600"> |
|
|
|
|
<thead class="bg-warning"> |
|
|
|
|
<tr > |
|
|
|
|
<th data-field="state" data-checkbox="true"></th> |
|
|
|
@ -160,7 +160,7 @@ use \common\libs\MyLib; |
|
|
|
|
function fix(){ |
|
|
|
|
//table设置一定的高度 |
|
|
|
|
var tab=$("#listTable").attr('data-height'); |
|
|
|
|
$('.fixed-table-body').css({'height':tab-99}); |
|
|
|
|
$('.fixed-table-body').css({'height':tab-100}); |
|
|
|
|
//当浏览器窗口变化时,表头与表格不对齐解决 |
|
|
|
|
$('.table').bootstrapTable(); |
|
|
|
|
$(window).resize(function () { |
|
|
|
|