king
2022-10-12 53b9fb93d0376eb02bb996935f1720b4e95cd897
src/tabviews/custom/components/form/tab-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;
@@ -16,6 +16,7 @@
      position: relative;
      flex: 1;
      text-align: center;
      cursor: pointer;
    }
  }
  .mk-normal-form-title.mkbtn {
@@ -57,10 +58,6 @@
    .submit {
      min-width: 70px;
      border: none;
    }
    .skip {
      float: right;
      height: auto;
    }
  }
  .mk-form-action.no-button {