固定表头

webUi
赵桐华 5 years ago
parent 51807dc07b
commit 71278031a7
  1. 14
      frontend/views/finance/ticheng-jisuan.php

@ -5,7 +5,7 @@ use \common\libs\MyLib;
<link href="/assets/css/plugins/bootstrap-table/bootstrap-table.min.css" rel="stylesheet">
<?php $this->endBlock(); ?>
<div class="wrapper wrapper-content animated fadeInRight">
<div class="wrapper wrapper-content animated fadeInRight" style="display:fixed;">
<div class="ibox float-e-margins">
<div class="ibox-title">
<h5>车险提成管理</h5>
@ -129,9 +129,13 @@ use \common\libs\MyLib;
<button type="button" class="btn btn-primary mb-8 calc-btn">计算</button>
<hr>
</form>
<div class="row">
</div>
</div>
</div>
<div class="row">
<div class="col-md-12">
<table id="listTable" style="height:360px;">
<table id="listTable">
<thead class="bg-warning">
<tr>
<th data-field="state" data-checkbox="true"></th>
@ -173,10 +177,6 @@ use \common\libs\MyLib;
</table>
</div>
</div>
</div>
</div>
</div>
<?php $this->beginBlock('footer_js'); ?>
<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>

Loading…
Cancel
Save