|
|
|
@ -22,7 +22,7 @@ use \common\libs\MyLib; |
|
|
|
|
<div class="ibox-content"> |
|
|
|
|
<div class="row"> |
|
|
|
|
<div class="col-md-12"> |
|
|
|
|
<table id="listTable" class="table table-bordered" id="table" data-toggle="table" data-height="200"> |
|
|
|
|
<table id="listTable" class="table table-bordered" id="table" data-toggle="table" data-height="689"> |
|
|
|
|
<thead class="bg-warning"> |
|
|
|
|
<tr> |
|
|
|
|
<th data-field="show_id">ID</th> |
|
|
|
@ -120,10 +120,8 @@ use \common\libs\MyLib; |
|
|
|
|
} |
|
|
|
|
$(function() { |
|
|
|
|
search(); |
|
|
|
|
|
|
|
|
|
var tab=$("#listTable").attr('data-height'); |
|
|
|
|
console.log(tab); |
|
|
|
|
$('.fixed-table-body').css({'height':tab}); |
|
|
|
|
$('.fixed-table-body').css({'height':tab-40}); |
|
|
|
|
}); |
|
|
|
|
</script> |
|
|
|
|
<?php $this->endBlock(); ?> |
|
|
|
|