<div class="col-sm-12 select-info table-bordered"> <table id="bootstrap-table" data-mobile-responsive="true"></table> </div> table-striped样式换成table-bordered
bootstrap table table-stripted table-bordered 边框 image.png <table class="table table-striped table-bordered"> <tr><th>aaaa</th><th>bbbbb</th><th>ccccc</th></tr> <tr><td>s</td><td>b123</td><td>2332</td></tr> <tr><td>s</td><td>b123</td><td>2332</td></tr> <tr>...