yangfeng
2023-07-21 51ce81df657be1e2eb5cfd8f21ebe731d8d3444b
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;
    }
  }
}