king
2020-07-15 b8cdbe3fbd57bbd513509a7d76c529096b1a7153
src/mob/datasource/verifycard/index.scss
@@ -1,66 +1,74 @@
.verify-card-box {
  .ant-tabs-nav-scroll {
    text-align: center;
#mob-verify-card-box-tab {
  .ant-spin {
    position: absolute;
    left: calc(50% - 16px);
    top: 220px;
    z-index: 1;
  }
  .ant-tabs-content {
    min-height: 40vh;
  }
  table tr td {
    word-wrap: break-word;
    word-break: break-word;
  }
  .verify-form {
    .ant-input-number {
      width: 100%;
  .verify-card-box {
    .ant-tabs-nav-scroll {
      text-align: center;
    }
    .sql {
      .ant-col-sm-8 {
        width: 10.5%;
    .ant-tabs-content {
      min-height: 40vh;
    }
    table tr td {
      word-wrap: break-word;
      word-break: break-word;
    }
    .verify-form {
      .ant-input-number {
        width: 100%;
      }
      .ant-col-sm-16 {
        width: 89.5%;
      .sql {
        .ant-col-sm-8 {
          width: 10.5%;
        }
        .ant-col-sm-16 {
          width: 89.5%;
          padding-top: 4px;
        }
      }
      .sqlfield {
        .ant-form-item {
          margin-bottom: 5px;
        }
        .ant-form-item-control {
          line-height: 24px;
        }
        .ant-form-item-label {
          line-height: 25px;
        }
        .ant-form-item-children {
          line-height: 22px;
        }
        .ant-col-sm-8 {
          width: 10.5%;
        }
        .ant-col-sm-16 {
          width: 89.5%;
        }
      }
      .add {
        padding-top: 4px;
      }
    }
    .sqlfield {
      .ant-form-item {
        margin-bottom: 5px;
      }
      .ant-form-item-control {
        line-height: 24px;
      }
      .ant-form-item-label {
        line-height: 25px;
      }
      .ant-form-item-children {
        line-height: 22px;
      }
      .ant-col-sm-8 {
        width: 10.5%;
      }
      .ant-col-sm-16 {
        width: 89.5%;
      .anticon-question-circle {
        color: #c49f47;
        margin-right: 3px;
      }
    }
    .add {
      padding-top: 4px;
    .custom-table .ant-empty {
      margin: 20px 8px!important;
    }
    .anticon-question-circle {
      color: #c49f47;
      margin-right: 3px;
    .errorval {
      display: inline-block;
      width: 30px;
    }
  }
  .custom-table .ant-empty {
    margin: 20px 8px!important;
  }
  .errorval {
    display: inline-block;
    width: 30px;
  }
  .operation-btn {
    display: inline-block;
    font-size: 16px;
    padding: 0 5px;
    cursor: pointer;
    .operation-btn {
      display: inline-block;
      font-size: 16px;
      padding: 0 5px;
      cursor: pointer;
    }
  }
}