改变表格颜色

webUi
赵桐华 5 years ago
parent 2f3d4e06e6
commit c751322a7a
  1. 2
      frontend/views/menu/index.php
  2. 2
      frontend/web/assets/css/bootstrap.min.css

@ -22,7 +22,7 @@ use \common\libs\MyLib;
<div class="row">
<div class="col-md-12">
<table id="listTable">
<thead class="thead-light">
<thead class="bg-warning">
<tr>
<th data-field="show_id">ID</th>
<th data-field="name">菜单名称</th>

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save