b库,c库固定表头

webUi
赵桐华 5 years ago
parent f3c9b8ee83
commit cb2cba14f9
  1. 4
      frontend/views/database/b-index.php
  2. 4
      frontend/views/database/c-index.php

@ -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="359">
<table id="listTable" class="table" data-toggle="table" data-height="458">
<thead class="bg-warning">
<tr >
<th data-field="state" data-checkbox="true"></th>
@ -157,7 +157,7 @@ use \common\libs\MyLib;
function fix(){
//table设置一定的高度
var tab=$("#listTable").attr('data-height');
$('.fixed-table-body').css({'height':tab});
$('.fixed-table-body').css({'height':tab-99});
//当浏览器窗口变化时,表头与表格不对齐解决
$('.table').bootstrapTable();
$(window).resize(function () {

@ -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="359">
<table id="listTable" class="table" data-toggle="table" data-height="488">
<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});
$('.fixed-table-body').css({'height':tab-129});
//当浏览器窗口变化时,表头与表格不对齐解决
$('.table').bootstrapTable();
$(window).resize(function () {

Loading…
Cancel
Save