yangfeng
2023-07-06 2605e8abbd4d5c8b6fc7086b05b876ed96917bb4
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.app-sidebar {
  position: relative;
  height: 100%;
  background-color: #545c64;
  .box {
    width: 200px;
    .el-menu {
      border-right: solid 0px #e6e6e6;
    }
    .el-submenu .el-menu-item {
      min-width: none;
    }
  }
}