c库固定表头

webUi
赵桐华 5 years ago
parent ee95a24c4d
commit 871287c930
  1. 3
      frontend/views/database/c-index.php

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

Loading…
Cancel
Save