#app[data-v-06e7e8b6] {
  display: flex;
  flex-direction: row;
  flex: 1;
  flex-basis: auto;
  box-sizing: border-box;
  min-width: 0;
  overflow-y: hidden;
  height: 100vh;
}
.el-container[data-v-06e7e8b6] {
  display: flex;
  flex-direction: row;
  flex: 1;
  flex-basis: auto;
  box-sizing: border-box;
  min-width: 0;
}
.nav[data-v-06e7e8b6] {
  height: 100vh;
}
.nav .main-title[data-v-06e7e8b6] {
  cursor: pointer;
  font-size: 20px;
  padding: 0 20px;
}
.nav .el-badge[data-v-06e7e8b6] {
  top: -30px;
}
.nav .el-menu-vertical-demo[data-v-06e7e8b6]:not(.el-menu--collapse) {
  width: 200px;
}
.nav .el-menu[data-v-06e7e8b6] {
  overflow-y: overlay;
  height: 100vh;
}
.nav .el-menu > li[data-v-06e7e8b6] {
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0 20px;
}
.main_view[data-v-06e7e8b6] {
  width: 100%;
  height: 100%;
  border: none;
  background-color: #f7f7f7;
  position: relative;
  overflow: auto;
}
.main_view[data-v-06e7e8b6] .container>header.el-header {
  position: sticky;
  top: 0;
  margin: 0;
  width: 100%;
  height: 60px;
}
.main_view[data-v-06e7e8b6] .container > main.el-main {
  margin: 0;
  margin-bottom: 20px;
}

