.n-options-children
  min-width 450px
  &-main
    display flex
  &-items
    height 237px

div.n-options-children-sider
  min-width 50%
  max-width 50%
  height 270px
  & + &
    padding-left 4px

.n-options-children

  // 勾选项
  .n-options-checkbox
    position absolute
    left 12px
    top 8px
    & + .n-options-label
      margin-left 24px

  // 文本
  .n-options-label
    overflow hidden
    white-space inherit
    text-overflow ellipsis
    padding 6px 12px
    min-height 32px

  .n-options-empty
    height 100%
    display flex
    flex-direction column
    justify-content center

  .n-options-footer
    justify-content flex-end


.n-options-children-parent
  height 33px
  display flex
  align-items center
  justify-content space-between
  border-bottom 1px solid #e2e6ec
  padding-right 12px
  .n-options-label
    font-weight bold
