small.html 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. <style>
  2. /*搜索隐藏*/
  3. .btn-default:first-of-type {
  4. display: none;
  5. }
  6. #code{
  7. width: 300px;
  8. }
  9. .bootstrap-table .form-commonsearch .row > .form-group > .control-label{
  10. display: none;
  11. }
  12. /* 默认背景颜色 */
  13. .table tbody tr.selected {
  14. background-color: yellow !important; /* 选中行背景色为黄色 */
  15. }
  16. </style>
  17. <div class="panel panel-default panel-intro">
  18. {:build_heading()}
  19. <div class="panel-body">
  20. <div id="myTabContent" class="tab-content">
  21. <div class="tab-pane fade active in" id="one">
  22. <div class="widget-body no-padding">
  23. <div id="toolbar" class="toolbar"></div>
  24. <table id="table" class="table table-striped table-bordered table-hover"
  25. data-operate-edit=""
  26. data-operate-del=""
  27. data-show-toggle="false"
  28. data-show-columns="false"
  29. data-show-export="false"
  30. width="100%">
  31. </table>
  32. </div>
  33. </div>
  34. </div>
  35. </div>
  36. </div>