.n-options-cascader
  min-width 130px
  max-width 360px
  // 文本
  .n-options-label
    overflow hidden
    white-space inherit
    text-overflow ellipsis
    padding 6px 12px
    min-height 32px

  // 勾选项
  .n-options-checkbox
    position absolute
    left 12px
    top 8px
    & + .n-options-label
      margin-left 24px

  // 右侧箭头
  .n-options-arrow
    width 20px
    line-height 20px
    position absolute
    right 4px
    top 6px


