内勤管理改变表头颜色以及间距

webUi
赵桐华 5 years ago
parent e9bfb80cfa
commit 1dc5f63169
  1. 2
      frontend/views/insurer/my-return-list.php
  2. 12
      frontend/views/insurer/office-mng.php
  3. 12
      frontend/views/insurer/original-mng.php

@ -29,7 +29,7 @@ use \common\libs\MyLib;
<button type="submit" class="btn btn-primary" style="margin-left:30px;">搜索</button>
</div>
</form>
<div class="row" style="margin-top:30px;">
<div class="row" style="margin-top:20px;">
<div class="col-md-12">
<table id="listTable">
<thead class="bg-warning">

@ -20,19 +20,19 @@ use \common\libs\MyLib;
<div class="form-group">
<label>车主</label>
<input type="text" name="car_man" id="car_man" class="form-control">
<label>电话</label>
<label style="margin-left:20px;">电话</label>
<input type="text" name="phone" id="phone" class="form-control">
<label>车牌</label>
<label style="margin-left:20px;">车牌</label>
<input type="text" name="car_no" id="car_no" class="form-control">
<label>被保险人</label>
<label style="margin-left:20px;">被保险人</label>
<input type="text" name="id_man" id="id_man" class="form-control">
<button type="submit" class="btn btn-primary">搜索</button>
<button type="submit" class="btn btn-primary" style="margin-left:20px;">搜索</button>
</div>
</form>
<div class="row">
<div class="row" style="margin-top:20px;">
<div class="col-md-12">
<table id="listTable">
<thead>
<thead class="bg-warning">
<tr>
<th width="50" data-field="id">ID</th>
<th data-field="id_man">被保险人</th>

@ -20,19 +20,19 @@ use \common\libs\MyLib;
<div class="form-group">
<label>车主</label>
<input type="text" name="car_man" id="car_man" class="form-control">
<label>电话</label>
<label style="margin-left:20px;">电话</label>
<input type="text" name="phone" id="phone" class="form-control">
<label>车牌</label>
<label style="margin-left:20px;">车牌</label>
<input type="text" name="car_no" id="car_no" class="form-control">
<label>被保险人</label>
<label style="margin-left:20px;">被保险人</label>
<input type="text" name="id_man" id="id_man" class="form-control">
<button type="submit" class="btn btn-primary">搜索</button>
<button type="submit" class="btn btn-primary" style="margin-left:20px;">搜索</button>
</div>
</form>
<div class="row">
<div class="row" style="margin-top:20px;">
<div class="col-md-12">
<table id="listTable">
<thead>
<thead class="bg-warning">
<tr>
<th width="50" data-field="id">ID</th>
<th data-field="id_man">被保险人</th>

Loading…
Cancel
Save