固定表头

webUi
赵桐华 5 years ago
parent de7913e8e1
commit b0c92669dd
  1. 10
      frontend/views/finance/ticheng-jisuan.php
  2. 2
      frontend/web/assets/css/style.css

@ -5,7 +5,7 @@ use \common\libs\MyLib;
<link href="/assets/css/plugins/bootstrap-table/bootstrap-table.min.css" rel="stylesheet"> <link href="/assets/css/plugins/bootstrap-table/bootstrap-table.min.css" rel="stylesheet">
<?php $this->endBlock(); ?> <?php $this->endBlock(); ?>
<div class="wrapper wrapper-content animated fadeInRight" style="display:fixed;position:fixed;padding:0;"> <div class="wrapper wrapper-content animated fadeInRight" style="display:fixed;">
<div class="ibox float-e-margins"> <div class="ibox float-e-margins">
<div class="ibox-title"> <div class="ibox-title">
<h5>车险提成管理</h5> <h5>车险提成管理</h5>
@ -129,12 +129,6 @@ use \common\libs\MyLib;
<button type="button" class="btn btn-primary mb-8 calc-btn">计算</button> <button type="button" class="btn btn-primary mb-8 calc-btn">计算</button>
<hr> <hr>
</form> </form>
</div>
</div>
</div>
<div class="wrapper wrapper-content animated fadeInRight" style="display:fixed;">
<div class="ibox float-e-margins">
<div class="ibox-content">
<div class="row"> <div class="row">
<div class="col-md-12"> <div class="col-md-12">
<table id="listTable"> <table id="listTable">
@ -182,8 +176,6 @@ use \common\libs\MyLib;
</div> </div>
</div> </div>
</div> </div>
<?php $this->beginBlock('footer_js'); ?> <?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.min.js"></script>
<script src="/assets/js/plugins/bootstrap-table/bootstrap-table-mobile.min.js"></script> <script src="/assets/js/plugins/bootstrap-table/bootstrap-table-mobile.min.js"></script>

@ -7896,5 +7896,5 @@ body.skin-3 {
} }
.fixed-table-body { .fixed-table-body {
height: 440px; height: auto;
} }
Loading…
Cancel
Save