a库,b库固定表头

webUi
赵桐华 5 years ago
parent e27e18b9d9
commit 73fe93f94e
  1. 1
      frontend/views/database/a-index.php
  2. 2
      frontend/views/database/b-index.php

@ -146,7 +146,6 @@ use \common\libs\MyLib;
<?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-mobile.min.js"></script>
<script src="/assets/js/plugins/bootstrap-table/locale/bootstrap-table-zh-CN.min.js"></script>

@ -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="650">
<table id="listTable" class="table" data-toggle="table" data-height="550">
<thead class="bg-warning">
<tr >
<th data-field="state" data-checkbox="true"></th>

Loading…
Cancel
Save