king
2021-08-26 e9c48bd7356462ba9257540b130a47a65ad1861d
src/tabviews/custom/components/form/normal-form/index.scss
@@ -4,7 +4,7 @@
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-height: 200px;
  min-height: 50px;
  .mk-normal-form-title {
    display: flex;
@@ -65,17 +65,14 @@
    position: relative;
    text-align: center;
    padding-bottom: 10px;
    .prev {
      margin-right: 15px;
    }
    .submit {
      min-width: 70px;
      border: none;
    }
    .skip {
      position: absolute;
      right: 5px;
      float: right;
      height: auto;
    }
  }
  .mk-form-action.no-button {
@@ -105,7 +102,7 @@
  }
}
.custom-card-box::after {
.custom-normal-form-box::after {
  content: ' ';
  display: block;
  clear: both;