king
2020-11-18 d3272e82652361e5e9bd045925222ef042b6731f
src/menu/datasource/verifycard/index.scss
@@ -1,4 +1,4 @@
#model-verify-card-box-tab {
#model-data-source-wrap {
  .ant-spin {
    position: absolute;
    left: calc(50% - 16px);
@@ -23,10 +23,10 @@
      word-break: break-word;
    }
    .quickly-add {
      position: relative;
      position: absolute;
      width: 100px;
      float: right;
      top: -5px;
      right: 10px;
      top: 5px;
      z-index: 2;
    }
    .verify-form {
@@ -76,12 +76,6 @@
    .errorval {
      display: inline-block;
      width: 30px;
    }
    .operation-btn {
      display: inline-block;
      font-size: 16px;
      padding: 0 5px;
      cursor: pointer;
    }
  }
}