| | |
| | | .@{tree-prefix-cls} { |
| | | background-color: @component-background; |
| | | |
| | | .ant-tree { |
| | | .ant-tree-checkbox { |
| | | margin-block-start: 0; |
| | | margin-inline: 4px 4px; |
| | | |
| | | & + span { |
| | | padding-left: 4px; |
| | | } |
| | | } |
| | | } |
| | | |
| | | .ant-tree-node-content-wrapper { |
| | | position: relative; |
| | | |
| | | .ant-tree-title { |
| | | position: absolute; |
| | | left: 0; |
| | | width: 100%; |
| | | overflow: hidden; |
| | | text-overflow: ellipsis; |
| | | white-space: nowrap; |
| | |
| | | } |
| | | |
| | | &__title { |
| | | position: relative; |
| | | display: flex; |
| | | position: relative; |
| | | align-items: center; |
| | | width: 100%; |
| | | padding-right: 10px; |
| | |
| | | } |
| | | |
| | | &__actions { |
| | | display: flex; |
| | | position: absolute; |
| | | //top: 2px; |
| | | right: 3px; |
| | | display: flex; |
| | | } |
| | | |
| | | &__action { |
| | | margin-left: 4px; |
| | | visibility: hidden; |
| | | margin-left: 4px; |
| | | } |
| | | |
| | | &-header { |