king
2021-10-21 1da6506bf58270bacc2a4345002c6b082835580e
src/views/design/header/index.scss
@@ -1,6 +1,6 @@
.sys-header-container {
  position: fixed;
  z-index: 20;
  z-index: 22;
  left: 0;
  top: 0;
  font-weight: bold!important;
@@ -29,9 +29,7 @@
    line-height: 48px;
    padding-left: 10px;
    margin: 0 10px;
    transition: padding-left 0.15s;
    i {
      cursor: pointer;
      position: relative;
      top: 3px;
      font-size: 20px;
@@ -137,12 +135,57 @@
    color: #1890ff;
    cursor: pointer;
  }
  .home-edit {
  .home-entrance {
    left: 300px;
  }
  .api-entrance {
    left: 600px;
  }
  .app-entrance {
    left: 900px;
  }
  .app-prod-entrance {
    left: 300px;
  }
  .entrance {
    position: absolute;
    top: 100px;
    right: 50px;
    cursor: pointer;
    color: #1890ff;
    background: #ffffff;
    box-shadow: 0 0 5px #d9d9d9;
    border-radius: 5px;
    width: 250px;
    height: 250px;
    color: rgba(0, 0, 0, 0.85);
    text-align: center;
    .icon {
      text-align: center;
      padding: 15px 0px;
      .anticon {
        background-color: #1890ff;
        color: #ffffff;
        font-size: 24px;
        width: 35px;
        height: 35px;
        line-height: 40px;
        border-radius: 35px;
      }
    }
    .title {
      font-size: 16px;
      text-align: center;
      padding-bottom: 10px;
    }
    .detail {
      font-size: 13px;
      color: rgba(0, 0, 0, 0.65);
      text-align: center;
      padding: 0 10px;
    }
    .ant-btn {
      margin-top: 15px;
      height: 28px;
      padding: 0 25px;
    }
  }
}
.sys-header-container.mask::after {