index.html 799 B

1234567891011121314151617181920212223242526
  1. <style type="text/css">
  2. .card-view{
  3. padding: 5px;
  4. }
  5. </style>
  6. <div class="panel panel-default panel-intro">
  7. {:build_heading()}
  8. <div class="panel-body">
  9. <div id="myTabContent" class="tab-content">
  10. <div class="tab-pane fade active in" id="one">
  11. <div class="widget-body no-padding">
  12. <div id="toolbar" class="toolbar">
  13. {:build_toolbar(['refresh', 'add'])}
  14. </div>
  15. <table id="table" class="table table-striped table-bordered table-hover"
  16. data-operate-del="{:$auth->check('wechat/autoreply/del')}"
  17. width="100%">
  18. </table>
  19. </div>
  20. </div>
  21. </div>
  22. </div>
  23. </div>