king
2022-11-21 f6626b05f1275cc2f8ca77f773d4f6a6af1b0a89
src/views/menudesign/index.scss
@@ -5,12 +5,29 @@
.pc-menu-view {
  background: #000;
  min-height: 100vh;
  .loading-config {
    position: absolute;
    left: calc(50% - 22px);
    top: calc(50vh - 70px);
    z-index: 10;
  }
  .mk-hidden {
    text-decoration: line-through!important;
    span {
      text-decoration: line-through!important;
    }
  }
  .update-tip::after {
    content: ' ';
    display: inline-block;
    position: absolute;
    top: -4px;
    right: -4px;
    width: 8px;
    height: 8px;
    background-color: red;
    border-radius: 8px;
  }
  .eye-open {
    .component-name {
      display: block;