king
2025-03-07 a080be5ecbb3250ce3f57ddc7e0e843b4509a293
src/menu/datasource/verifycard/settingform/index.scss
@@ -13,9 +13,36 @@
        height: 150px;
      }
    }
    .mk-dot {
      display: inline-block;
      width: 4px;
      height: 4px;
      border-radius: 4px;
      background-color: orange;
      vertical-align: top;
      position: relative;
    }
    .mk-dot::before {
      content: ' ';
      display: block;
      position: absolute;
      top: -5px;
      bottom: -10px;
      left: -10px;
      right: -5px;
    }
  }
  .ant-radio-group {
    white-space: nowrap;
  }
  .compact {
    padding-left: 0px!important;
    .ant-radio-group {
      span.ant-radio + * {
        padding-left: 6px;
        padding-right: 6px;
      }
    }
  }
  .outer-interface {
    .ant-form-item-label {
@@ -25,4 +52,42 @@
      width: 89.5%;
    }
  }
  .process-btn {
    position: absolute;
    top: -22px;
    font-size: 12px;
    right: 15px;
    color: #1890ff;
    cursor: pointer;
  }
  .ant-input-group-addon {
    padding: 0;
    .anticon-plus {
      cursor: pointer;
      padding: 7px 9px;
    }
  }
  .ant-form-item-control.has-error {
    .ant-input-group-addon {
      display: none;
    }
  }
}
.mk-flow-type {
  .ant-modal-body {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.85);
    text-align: center;
    padding: 40px 0 20px;
  }
  .ant-modal-footer {
    border: 0;
    text-align: center;
    padding: 25px 16px;
    button + button {
      margin-left: 15px;
    }
  }
}