king
2023-12-12 49f09cc6f8ff8c30a75ed1a9d6f510b69b73962a
src/menu/components/form/dragtitle/index.scss
@@ -2,10 +2,15 @@
  display: flex;
  line-height: 30px;
  min-height: 50px;
  font-weight: inherit;
  div {
    font-weight: inherit;
  }
  .page-card {
    position: relative;
    flex: 1;
    text-align: center;
    background: transparent;
    cursor: move;
    .form-sort {
      background: #d8d8d8;
@@ -36,4 +41,54 @@
      background: #1890ff;
    }
  }
}
.normal-form-titles.mktab {
  font-size: 16px;
  line-height: 36px;
  min-height: 36px;
  margin-bottom: 16px;
  border-bottom: 1px solid #d9d9d9;
  .form-sort {
    display: none;
  }
  .page-card {
    margin-bottom: 0px;
    border-bottom: 2px solid transparent;
  }
  .page-card::before {
    display: none;
  }
  .page-card.active {
    border-bottom-color: #1890ff;
  }
}
.normal-form-titles.mkbtn {
  font-size: 16px;
  line-height: 36px;
  min-height: 36px;
  margin-bottom: 16px;
  .form-sort {
    display: none;
  }
  .page-card {
    margin-bottom: 0px;
    background: #ffffff;
    color: #1890ff;
    border: 1px solid #1890ff;
    border-radius: 0px;
  }
  .page-card:first-child {
    border-radius: 4px 0px 0px 4px;
  }
  .page-card:last-child {
    border-radius: 0px 4px 4px 0px;
  }
  .page-card::before {
    display: none;
  }
  .page-card.active {
    background: #1890ff;
    color: #ffffff;
  }
}