.n-options
  min-width 136px
  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

  // 底部
  &-footer
    display flex
    align-items center
    justify-content space-between
    padding 8px 12px 0
    border-top 1px solid #e2e6ec
    .n-checkbox-icon
      cursor pointer
    .n-btn-primary
      padding 1px 7px
