king
2020-07-14 f36141f3075edf9d41928d64f759ad6bd1b1ac60
src/mob/datasource/verifycard/settingform/index.scss
@@ -1,12 +1,13 @@
.model-table-setting-form-box {
.mob-datasource-setting-form-box {
  position: relative;
  .model-table-setting-form {
    .textarea {
  .mob-setting-form {
    .data-source {
      .ant-form-item-label {
        width: 16.3%;
        width: 11%;
      }
      .ant-form-item-control-wrapper {
        width: 83.33333333%;
        width: 89%;
      }
    }
    .anticon-question-circle {
@@ -14,32 +15,5 @@
      margin-right: 3px;
    }
  }
  .operation-btn {
    display: inline-block;
    font-size: 16px;
    padding: 0 5px;
    cursor: pointer;
  }
  td {
    word-break: break-all;
  }
  .setting-custom-back {
    position: absolute;
    top: -20px;
    left: -10px;
    font-size: 16px;
    z-index: 1;
    cursor: pointer;
    padding: 10px;
    color: rgb(24, 144, 255);
  }
  .to-custom-script {
    float: right;
    color: #1890ff;
    margin-right: 12px;
    margin-top: 15px;
    cursor: pointer;
    border: 0;
    box-shadow: unset;
  }
}