king
2024-09-13 59e47fcf1e524095e6515abce0984d0051cce93c
src/views/design/sidemenu/index.scss
@@ -37,6 +37,17 @@
    .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;