king
2022-05-12 b8aa5da1b2873bea760483cc5ab335fde9fb6de6
src/views/mobdesign/index.scss
@@ -1,6 +1,34 @@
.mk-mob-view {
  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 {