king
2024-10-11 6ca240a14ccf55d4e0a94fff77e95f64db2cdfcc
src/views/design/sidemenu/index.scss
@@ -23,11 +23,31 @@
        top: 11px;
        color: orange;
      }
      .anticon-sound {
        position: absolute;
        left: 25px;
        top: 11px;
        color: orange;
      }
      .anticon-api + .anticon-sound {
        left: 5px;
      }
    }
    .editable-menu-item.unupdate {
      color: orange;
    }
    .editable-menu-item.unbackend::before {
      content: '';
      display: block;
      position: absolute;
      width: 4px;
      height: 4px;
      background-color: orange;
      border-radius: 4px;
      top: 10px;
      left: 42px;
    }
  }
  .ant-menu-sub.ant-menu-inline {
    position: relative;