king
2022-05-12 b8aa5da1b2873bea760483cc5ab335fde9fb6de6
src/views/menudesign/index.scss
@@ -10,21 +10,33 @@
      text-decoration: line-through!important;
    }
  }
  // .component-name {
  //   position: absolute;
  //   z-index: 10;
  //   left: 0;
  //   right: 0;
  //   top: 0;
  //   bottom: 0;
  //   background: rgba(255, 255, 255, 0.8);
  //   .center {
  //     position: absolute;
  //     left: 50%;
  //     top: 50%;
  //     transform: translate(-50%, -50%);
  //   }
  // }
  .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%);
    }
  }
  >.menu-body {
    width: 100vw;
    height: 100vh;