index.less 861 Bytes
.tableNew {
  width: 100%;
  height: 100%;

  :global {
    td {
      height: 42px;

    }

    .ant-table-cell.ant-table-cell-ellipsis {
      padding: 4px;
    }

    .ant-input-number {
      width: 100%;
      border-radius: 4px;
    }

    .ant-input,
    .ant-input-number-input {
      padding: 4px;
      border-radius: 4px;
    }

    .editable-cell {
      position: relative;
    }

    .editable-cell-value-wrap {
      height: 30px;
      line-height: 30px;
      padding-left: 4px;
      // padding: 5px 12px;
      cursor: pointer;
    }

    .editable-row:hover .editable-cell-value-wrap {
      // padding: 4px 11px;
      box-shadow: inset 0 0 0 1px #d9d9d9;
      border-radius: 4px;
    }

    .ant-form-item-additional {
      position: absolute;
      right: 2px;
      bottom: 0;

      div {
        font-size: 12px;
      }
    }
  }
}