bootstrap-table-tree-column.css 760 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. .table:not(.table-condensed) > tbody > tr > td.treenode {
  2. padding-top: 0;
  3. padding-bottom: 0;
  4. border-bottom: solid #fff 1px
  5. }
  6. .table:not(.table-condensed) > tbody > tr:last-child > td.treenode {
  7. border-bottom: none
  8. }
  9. .treenode .text {
  10. float: left;
  11. display: block;
  12. padding-top: 6px;
  13. padding-bottom: 6px
  14. }
  15. .treenode .vertical, .treenode .vertical.last {
  16. float: left;
  17. display: block;
  18. width: 1px;
  19. border-left: dashed silver 1px;
  20. height: 38px;
  21. margin-left: 8px
  22. }
  23. .treenode .vertical.last {
  24. height: 15px
  25. }
  26. .treenode .space, .treenode .node {
  27. float: left;
  28. display: block;
  29. width: 15px;
  30. height: 5px;
  31. margin-top: 15px
  32. }
  33. .treenode .node {
  34. border-top: dashed silver 1px
  35. }