king
2022-05-12 b8aa5da1b2873bea760483cc5ab335fde9fb6de6
src/views/pcdesign/index.scss
@@ -5,6 +5,34 @@
  background: #000;
  min-height: 100vh;
  .eye-open {
    .component-name {
      display: block;
    }
    .anticon-tool {
      display: none;
    }
  }
  .component-name {
    position: absolute;
    z-index: 9;
    display: none;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #1890ff;
    .center {
      position: absolute;
      font-size: 16px;
      left: 50%;
      top: 50%;
      color: #1890ff;
      transform: translate(-50%, -50%);
    }
  }
  .mk-hidden {
    text-decoration: line-through!important;
    span {