ZZDianXin_UI - 郑州电信 演示

bootstrap-table-fixed-columns.css 1004B

123456789101112131415161718192021222324252627282930313233343536373839
  1. /*.fixed-table-header-columns,
  2. .fixed-table-body-columns {
  3. position: absolute;
  4. background-color: #fff;
  5. display: none;
  6. box-sizing: border-box;
  7. overflow: hidden;
  8. }
  9. .fixed-table-header-columns .table,
  10. .fixed-table-body-columns .table {
  11. border-right: 1px solid #ddd;
  12. }
  13. .fixed-table-header-columns .table.table-no-bordered,
  14. .fixed-table-body-columns .table.table-no-bordered {
  15. border-right: 1px solid transparent;
  16. }
  17. .fixed-table-body-columns table {
  18. position: absolute;
  19. animation: none;
  20. }
  21. .bootstrap-table .table-hover > tbody > tr.hover > td{
  22. background-color: #f5f5f5;
  23. }*/
  24. .fixed-table-container thead th .th-inner, .fixed-table-container tbody td .th-inner {
  25. line-height: 18px;
  26. }
  27. .fixed-table-pagination .pagination a {
  28. padding: 5px 10px;
  29. }
  30. .fixed-table-toolbar .bars, .fixed-table-toolbar .search, .fixed-table-toolbar .columns {
  31. margin-top: 5px;
  32. margin-bottom: 5px;
  33. }