数据库管理改变间距

webUi
赵桐华 5 years ago
parent 445f007d36
commit 834e5e731f
  1. 4
      frontend/views/database/a-index.php
  2. 2
      frontend/views/database/b-index.php
  3. 2
      frontend/views/database/c-index.php
  4. 2
      frontend/views/database/d-index.php
  5. 2
      frontend/views/database/invalid-index.php

@ -45,7 +45,7 @@ use \common\libs\MyLib;
<input type="text" id="company" name="company" class="form-control">
</div>
<div class="form-group" style="margin-bottom: 8px;">
<label for="datepicker1" style="margin-left:20px;">初登日期</label>
<label for="datepicker1">初登日期</label>
<div class="input-group input-daterange" id="datepicker1">
<input type="text" class="input-sm form-control" id="register_begin" name="register_begin" value="" autocomplete="off" />
<span class="input-group-addon"></span>
@ -117,7 +117,7 @@ use \common\libs\MyLib;
<button type="button" class="btn btn-primary btn-a-invalid">勾选无效数据</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">

@ -95,7 +95,7 @@ use \common\libs\MyLib;
<button type="button" class="btn btn-primary btn-a-invalid">勾选无效数据</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">

@ -95,7 +95,7 @@ use \common\libs\MyLib;
<button type="button" class="btn btn-primary btn-a-invalid">勾选无效数据</button>
</div>
</form>
<div class="row" style="margin-left:30px;">
<div class="row" style="margin-top:20px;">
<div class="col-md-12">
<table id="listTable">
<thead class="bg-warning">

@ -85,7 +85,7 @@ use \common\libs\MyLib;
<button type="button" class="btn btn-primary btn-a-invalid">勾选无效数据</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">

@ -59,7 +59,7 @@ use \common\libs\MyLib;
<button type="button" class="btn btn-primary btn-assign-return mb-8">勾选恢复</button>
<button type="button" class="btn btn-primary btn-assign-all mb-8">批量恢复</button>
</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">

Loading…
Cancel
Save