base.css 401 B

1234567891011121314151617181920212223242526
  1. .tree {
  2. height: 85vh;
  3. padding: 5px;
  4. border: 1px solid #aaa;
  5. line-height: 28px;
  6. cursor: pointer;
  7. position: relative;
  8. bottom: 1px;
  9. background: #fff;
  10. overflow:auto;
  11. }
  12. .infoTable {
  13. padding: 2px;
  14. border: 1px solid #aaa;
  15. line-height: 28px;
  16. cursor: pointer;
  17. position: relative;
  18. background: #fff;
  19. overflow:auto;
  20. bottom: 1px;
  21. text-align: left;
  22. }