king
2024-05-07 2aa5ab63b4bbce5c36dbb3511b205b3b5f6af9bd
src/tabviews/custom/components/form/step-form/index.scss
@@ -5,6 +5,7 @@
  background-size: cover;
  position: relative;
  min-height: 50px;
  --mk-active-color: #1890ff;
  .mk-normal-form-title {
    display: flex;
@@ -19,7 +20,7 @@
      font-weight: inherit;
      .form-sort {
        background: #d8d8d8;
        display: block;
        display: inline-block;
        width: 20px;
        height: 20px;
        line-height: 20px;
@@ -54,11 +55,20 @@
      top: 18px;
    }
    .form-title:not(.active) {
      .form-sort {
        background: #d8d8d8!important;
      .form-sort, .before-line, .after-line {
        background: #d8d8d8;
      }
      .before-line, .after-line {
        background: #d8d8d8!important;
    }
    .form-title.active {
      .form-sort, .before-line, .after-line {
        background: var(--mk-active-color);
      }
    }
  }
  .mk-normal-form-title.jumpable {
    .form-title.active {
      .form-label, .form-sort {
        cursor: pointer;
      }
    }
  }
@@ -71,6 +81,7 @@
    .submit {
      min-width: 70px;
      border: none;
      border-style: solid;
    }
    .skip {
      color: rgba(0, 0, 0, 0.85);
@@ -83,6 +94,9 @@
    padding: 0;
    height: 0;
  }
  .mk-form-action.has-skip {
    padding-right: 50px;
  }
  
  .loading-mask {
    position: absolute;