.n-tree-line
  n-font-s()
  color #191919
  display flex
  align-items center
  min-height 32px
  &-icon
    width 24px
    height 24px
    display flex
    align-items center
    justify-content center
    margin-right 4px
    transition transform 0.2s ease
  &-expand .n-tree-line-icon
    transform rotate(90deg)
  &-label
    flex auto
    n-ellipsis()
    margin-right 4px
  &-active
    color #0c6fff
  &-trigger-line
  &-trigger-label .n-tree-line-label
    cursor pointer
