styles.less 290 B

1234567891011121314151617181920
  1. .tableInput {
  2. // width: calc(~"100% - 32px");
  3. width: 80px; // @FIXME auto size according to tree node depth
  4. margin-right: 8px;
  5. }
  6. .tableEditCell {
  7. i {
  8. margin-left: 8px;
  9. &:hover {
  10. cursor: pointer;
  11. }
  12. }
  13. }
  14. .headerTable {
  15. max-height: 600px;
  16. overflow-y: auto;
  17. }