// 操作按钮
.n-table-form-operation
  display flex
  align-items center
  justify-content center
.n-table-form-button
  padding-left 3px
  padding-right 3px
  margin 0 4px
  .n-btn-i
    line-height 14px



// 无数据
.n-table-form-no-data
  color #bbb
  &-insert
    color #4275f4
    cursor pointer
  &-insert:hover
    text-decoration underline


// 修改原始样式
.n-table-form
  .n-thead-tr
    background-color tint(#D7E8FC, 50%)
  .n-td-cell
    min-height 32px
    line-height 20px
  .n-table-no-data-content
    min-height 29px
  i.n-form-label-required
    position static
  .n-form-border-disabled
    background-color #F0F3F6
