|
|
@ -21,7 +21,7 @@ use \common\libs\MyLib; |
|
|
|
<div class="ibox-content"> |
|
|
|
<div class="ibox-content"> |
|
|
|
<div class="row"> |
|
|
|
<div class="row"> |
|
|
|
<div class="col-md-12"> |
|
|
|
<div class="col-md-12"> |
|
|
|
<table id="listTable table" class="table" id="table" data-toggle="table" data-height="708"> |
|
|
|
<table id="listTable align" class="table" id="table" data-toggle="table" data-height="708"> |
|
|
|
<thead class="bg-warning"> |
|
|
|
<thead class="bg-warning"> |
|
|
|
<tr> |
|
|
|
<tr> |
|
|
|
<th data-field="show_id">ID</th> |
|
|
|
<th data-field="show_id">ID</th> |
|
|
@ -108,9 +108,9 @@ use \common\libs\MyLib; |
|
|
|
var tab=$("#listTable").attr('data-height'); |
|
|
|
var tab=$("#listTable").attr('data-height'); |
|
|
|
$('.fixed-table-body').css({'height':tab-40}); |
|
|
|
$('.fixed-table-body').css({'height':tab-40}); |
|
|
|
//当浏览器窗口变化时,表头与表格不对齐解决 |
|
|
|
//当浏览器窗口变化时,表头与表格不对齐解决 |
|
|
|
$('#table').bootstrapTable(); |
|
|
|
$('#align').bootstrapTable(); |
|
|
|
$(window).resize(function () { |
|
|
|
$(window).resize(function () { |
|
|
|
$('#table').bootstrapTable('resetView'); |
|
|
|
$('#align').bootstrapTable('resetView'); |
|
|
|
}); |
|
|
|
}); |
|
|
|
}); |
|
|
|
}); |
|
|
|
</script> |
|
|
|
</script> |
|
|
|