|
|
@ -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" class="table" data-toggle="table" data-height="708"> |
|
|
|
<table id="listTable"> |
|
|
|
<thead class="bg-warning"> |
|
|
|
<thead class="bg-warning"> |
|
|
|
<tr> |
|
|
|
<tr> |
|
|
|
<th data-field="id">ID</th> |
|
|
|
<th data-field="id">ID</th> |
|
|
@ -38,7 +38,6 @@ use \common\libs\MyLib; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<?php $this->beginBlock('footer_js'); ?> |
|
|
|
<?php $this->beginBlock('footer_js'); ?> |
|
|
|
<script src="https://code.jquery.com/jquery-3.3.1.min.js"></script> |
|
|
|
|
|
|
|
<script src="/assets/js/plugins/bootstrap-table/bootstrap-table.min.js"></script> |
|
|
|
<script src="/assets/js/plugins/bootstrap-table/bootstrap-table.min.js"></script> |
|
|
|
<script src="/assets/js/plugins/bootstrap-table/bootstrap-table-mobile.min.js"></script> |
|
|
|
<script src="/assets/js/plugins/bootstrap-table/bootstrap-table-mobile.min.js"></script> |
|
|
|
<script src="/assets/js/plugins/bootstrap-table/locale/bootstrap-table-zh-CN.min.js"></script> |
|
|
|
<script src="/assets/js/plugins/bootstrap-table/locale/bootstrap-table-zh-CN.min.js"></script> |
|
|
@ -97,21 +96,9 @@ use \common\libs\MyLib; |
|
|
|
} |
|
|
|
} |
|
|
|
}); |
|
|
|
}); |
|
|
|
} |
|
|
|
} |
|
|
|
//固定表头 |
|
|
|
|
|
|
|
function fix(){ |
|
|
|
|
|
|
|
//table设置一定的高度 |
|
|
|
|
|
|
|
var tab=$("#listTable").attr('data-height'); |
|
|
|
|
|
|
|
$('.fixed-table-body').css({'height':tab-40}); |
|
|
|
|
|
|
|
//当浏览器窗口变化时,表头与表格不对齐解决 |
|
|
|
|
|
|
|
$('.table').bootstrapTable(); |
|
|
|
|
|
|
|
$(window).resize(function () { |
|
|
|
|
|
|
|
$('.table').bootstrapTable('resetView'); |
|
|
|
|
|
|
|
}); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$(function() { |
|
|
|
$(function() { |
|
|
|
search(); |
|
|
|
search(); |
|
|
|
fix(); |
|
|
|
|
|
|
|
}); |
|
|
|
}); |
|
|
|
</script> |
|
|
|
</script> |
|
|
|
<?php $this->endBlock(); ?> |
|
|
|
<?php $this->endBlock(); ?> |
|
|
|