small.html 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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">
  24. 批量选中:
  25. 从:
  26. <input name="small_start" value="" type="text" style="width:10%;" id="small_start">
  27. <input name="small_end" value="" type="text" style="width:10%;" id="small_end">
  28. <button type="reset" class="btn btn-defaults btn-embossed" id="btn_yes">导出</button>
  29. <button type="reset" class="btn btn-defaults btn-embossed" id="btn_no">不导出</button>
  30. </div>
  31. <table id="table" class="table table-striped table-bordered table-hover"
  32. data-operate-edit=""
  33. data-operate-del=""
  34. data-show-toggle="false"
  35. data-show-columns="false"
  36. data-show-export="false"
  37. width="100%">
  38. </table>
  39. </div>
  40. </div>
  41. </div>
  42. </div>
  43. </div>