king
2022-04-26 5046d0d13dc6a8563b8e54e31913bc44cfa1072f
src/templates/zshare/modalform/modaleditable/index.scss
@@ -8,11 +8,18 @@
    font-size: 18px;
    color: #26C281;
  }
  .add-row-empty {
    font-size: 14px;
    right: 50px;
    line-height: 1.5;
    color: #1890ff;
    cursor: pointer;
  }
  .ant-table-thead > tr > th {
    padding: 10px 16px;
  }
  .ant-table-tbody > tr > td {
    padding: 5px 16px;
    padding: 5px 10px;
  }
  .editable-cell-value-wrap {
    cursor: pointer;
@@ -22,10 +29,9 @@
    vertical-align: middle;
    word-wrap: break-word;
    word-break: break-word;
    .ant-input {
      height: 30px;
      padding: 0 11px;
    }
  }
  .ant-input {
    padding: 0 5px;
  }
  .ant-form-item-control-wrapper {
    width: 100%;
@@ -37,9 +43,12 @@
    }
  }
  .operation-btn {
    margin-right: 15px;
    margin-right: 10px;
    cursor: pointer;
  }
  .editable-row.hide {
    text-decoration: line-through;
  }
  .ant-form-explain {
    font-size: 12px;
  }