king
2023-03-08 8969147207be7ef066051da3525b473043ecff2a
src/views/pcdesign/index.scss
@@ -1,12 +1,88 @@
body {
  overflow-x: hidden;
  --mk-sys-color: #1890ff;
  --mk-sys-color1: #e6f7ff;
  --mk-sys-color2: #bae7ff;
  --mk-sys-color3: #91d5ff;
  --mk-sys-color4: #69c0ff;
  --mk-sys-color5: #40a9ff;
}
.mk-pc-view {
  background: #000;
  min-height: 100vh;
  .eye-open {
    .component-name {
      display: block;
    }
    .anticon-tool {
      display: none;
    }
  }
  .update-tip::after {
    content: ' ';
    display: inline-block;
    position: absolute;
    top: -4px;
    right: -4px;
    width: 8px;
    height: 8px;
    background-color: red;
    border-radius: 8px;
  }
  .component-name {
    position: absolute;
    z-index: 9;
    display: none;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #1890ff;
    overflow: hidden;
    .center {
      position: absolute;
      font-size: 16px;
      left: 50%;
      top: 50%;
      color: #1890ff;
      transform: translate(-50%, -50%);
      max-width: 70%;
      .title {
        text-align: center;
        white-space: nowrap;
      }
    }
    .error {
      text-align: center;
      color: red;
      display: block;
    }
    .waring {
      color: orange;
    }
  }
  .mk-hidden {
    text-decoration: line-through!important;
    span {
      text-decoration: line-through!important;
    }
  }
  >.view-spin {
    position: absolute;
    z-index: 3;
    left: calc(50% - 16px);
    top: calc(50vh - 70px);
  }
  .back-view {
    width: 28px;
    float: right;
    margin-right: 10px;
    cursor: pointer;
    font-size: 20px;
    color: #757575;
  }
  .modal-form-board {
    padding-top: 0;
@@ -27,7 +103,7 @@
      box-shadow: 0 0 1px #959595;
      border-radius: 0 2px 2px 0px;
      i {
      .anticon {
        padding: 12px 3px;
      }
    }
@@ -39,6 +115,7 @@
      box-shadow: 0px 2px 5px #bcbcbc;
      overflow-y: auto;
      overflow-x: hidden;
      padding-bottom: 50px;
      > .ant-collapse {
        background-color: #ffffff;
@@ -54,36 +131,6 @@
        .ant-collapse-content-box {
          .ant-form-item {
            margin-bottom: 10px;
          }
          .model-table-tablemanage-view {
            >.ant-list {
              margin-top: 20px;
              .ant-list-item {
                display: -webkit-box;
                padding-right: 20px;
                position: relative;
                padding-left: 5px;
                overflow: hidden;
                text-overflow: ellipsis;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                min-height: 55px;
                width: 100%;
                .anticon {
                  position: absolute;
                  top: 0px;
                  right: 0px;
                  padding: 3px 3px 10px 10px;
                  cursor: pointer;
                }
              }
            }
            >.tables {
              width: 66.66666667%!important;
            }
            >.ant-form-item-label {
              width: 33.33333333%;
            }
          }
        }
      }
@@ -127,7 +174,6 @@
    right: 0;
    top: 0px;
    height: 100vh;
    padding: 20px 10px;
    background: #ffffff;
    z-index: 10;
    transition: right 0.3s;
@@ -142,7 +188,7 @@
      box-shadow: 0 0 1px #959595;
      border-radius: 0 2px 2px 0px;
      i {
      .anticon {
        padding: 12px 3px;
      }
    }
@@ -164,9 +210,28 @@
      width: 22px;
      height: 22px;
    }
    .wrap {
      height: 100%;
      padding: 20px 10px;
      overflow-y: auto;
    }
    .wrap::-webkit-scrollbar {
      width: 2px;
    }
    .wrap::-webkit-scrollbar-thumb {
      border-radius: 5px;
      box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.08);
      background: rgba(0, 0, 0, 0.08);
    }
    .wrap::-webkit-scrollbar-track {
      box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);
      border-radius: 3px;
      border: 1px solid rgba(0, 0, 0, 0.07);
      background: rgba(0, 0, 0, 0);
    }
  }
  .menu-control.hidden {
    right: -130px;
    right: -145px;
  }
  .menu-body {
@@ -201,4 +266,14 @@
    border: 1px solid rgba(0, 0, 0, 0.07);
    background: rgba(0, 0, 0, 0);
  }
}
.mk-pc-view + .modal-form-board {
  padding-top: 0px;
}
body {
  overflow-y: hidden;
}
.user-component-wrap {
  display: none!important;
}