king
2022-11-21 f6626b05f1275cc2f8ca77f773d4f6a6af1b0a89
src/views/mobdesign/index.scss
@@ -9,6 +9,17 @@
      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;
@@ -304,4 +315,8 @@
body {
  overflow-y: hidden;
}
.user-component-wrap {
  display: none!important;
}