init
Showing
1 changed file
with
1 additions
and
2 deletions
| ... | @@ -27,11 +27,10 @@ | ... | @@ -27,11 +27,10 @@ |
| 27 | <div> | 27 | <div> |
| 28 | <input class="btn btn-warning radius" type="reset" value="重置"> | 28 | <input class="btn btn-warning radius" type="reset" value="重置"> |
| 29 | </div> | 29 | </div> |
| 30 | </form> | ||
| 31 | |||
| 32 | <div> | 30 | <div> |
| 33 | <button class="btn btn-primary radius" onclick="layer_show('添加', '<?= site_url('/config/add') ?>')">添加</button> | 31 | <button class="btn btn-primary radius" onclick="layer_show('添加', '<?= site_url('/config/add') ?>')">添加</button> |
| 34 | </div> | 32 | </div> |
| 33 | </form> | ||
| 35 | 34 | ||
| 36 | <div class="body mt-20"> | 35 | <div class="body mt-20"> |
| 37 | <table class="table table-border table-bordered table-bg" id="table"> | 36 | <table class="table table-border table-bordered table-bg" id="table"> | ... | ... |
-
Please register or sign in to post a comment