patch.less 483 B

1234567891011121314151617181920212223
  1. .ant-tree.ant-select-tree.ant-tree-show-line nz-tree-node[builtin]:not(:last-child) > li::before {
  2. position: absolute;
  3. left: 12px;
  4. width: 1px;
  5. height: calc(100% - 16px);
  6. margin: 26px 0;
  7. border-left: 1px solid #d9d9d9;
  8. content: ' ';
  9. }
  10. .ant-select-dropdown.ant-select-tree-dropdown {
  11. position: relative;
  12. top: 100%;
  13. left: 0;
  14. width: 100%;
  15. margin-top: 4px;
  16. margin-bottom: 4px;
  17. overflow: auto;
  18. .cdk-virtual-scroll-content-wrapper {
  19. overflow: auto;
  20. }
  21. }