king
2022-02-18 e0cac33690a8bfdff2102d03a106c44c36df8ba1
src/tabviews/custom/components/table/edit-table/normalTable/index.scss
@@ -157,9 +157,11 @@
  }
  .ant-input-number {
    border: none;
    width: 100%;
    box-shadow: none!important;
    height: auto;
    border-radius: 0;
    position: unset;
    .ant-input-number-handler-wrap {
      display: none;
    }
@@ -172,8 +174,22 @@
  .editing_table_cell {
    .ant-input {
      padding: 0px;
      position: absolute;
      top: 0px;
      left: 0px;
      right: 0px;
      bottom: 0px;
      border: 1px solid #1890ff;
    }
    i {
    .ant-input-number-input {
      position: absolute;
      top: 0px;
      left: 0px;
      right: 0px;
      bottom: 0px;
      border: 1px solid #1890ff;
    }
    .anticon {
      color: #ff4d4f;
      position: absolute;
      right: 3px;