king
2023-03-02 d1f19b794216b37417e114b71c1cd7a2ac3d7748
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;
@@ -12,10 +12,13 @@
    min-height: 36px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: inherit;
    .form-title {
      position: relative;
      flex: 1;
      text-align: center;
      cursor: pointer;
      font-weight: inherit;
    }
  }
  .mk-normal-form-title.mkbtn {
@@ -57,10 +60,6 @@
    .submit {
      min-width: 70px;
      border: none;
    }
    .skip {
      float: right;
      height: auto;
    }
  }
  .mk-form-action.no-button {