@import '../../style/themes/default';
@table-height: 32px;
.ta-table-edit {
  &.table-edit { width: 100%; height: @table-height; line-height: @table-height; padding-right: 30px; position: relative;
    &:hover .edit-hover { display: inline-block; }
  }
  .edit-form { width: 100%; }
  .edit-cell-icon { position: absolute; top: 0; right: 0; width: 30px; height: @table-height; line-height: @table-height; text-align: center; cursor: pointer;
    &:hover { color: @primary-color }
  }
  .edit-hover { display: none; }
  &.pd-r6 { padding-right: 60px; }
  .check-icon { right: 30px; }
  .overflow { line-height: 32px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .ant-form-item { margin-bottom: 0; }
  .ant-form-item-control { height: 32px; line-height: 31.9999px; }
  .ant-form-item-control > div { white-space: nowrap; position: absolute; z-index: 0; }
}
