king
2022-03-04 67a307d8f0fa25fbc56ee9f84c313d521280925f
src/tabviews/custom/components/table/edit-table/normalTable/index.scss
@@ -201,11 +201,24 @@
    }
  }
  .editing_all_table_cell {
    .ant-input {
      border-radius: 0;
    }
    .ant-select {
      width: 100%;
      .ant-select-selection {
        border-radius: 0;
      }
    }
    .ant-input-number-handler-wrap {
      display: none;
    .ant-input-number {
      border-radius: 0;
      .ant-input-number-handler-wrap {
        display: none;
      }
      .ant-input-number-input {
        border-radius: 0;
      }
    }
    .anticon-exclamation-circle {
      color: #ff4d4f;
@@ -259,15 +272,11 @@
  }
  .mk-add-line {
    display: block;
    width: 100%;
    width: 100px;
    color: #26C281;
    border: 1px solid #dddddd;
    border-radius: 0;
    font-size: 25px;
    height: 40px;
  }
  .mk-add-line:disabled {
    border-color: #fafafa!important;
    height: 45px;
  }
}
.edit-custom-table.buoyMode {
@@ -370,4 +379,10 @@
      cursor: pointer;
    }
  }
}
.edit-table-dropdown {
  .ant-select-dropdown-menu-item {
    white-space: unset;
    text-overflow: unset;
  }
}