.default-layout-container {
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background-color: var(--el-menu-bg-color);
  font-family: "Pixel";
}
.default-layout-container.disable-pixel-font {
  font-family: initial;
}
.default-layout-container .header-container {
  width: 100%;
  height: 60px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-bottom: solid 2px var(--el-menu-border-color);
  padding: 0;
}
.default-layout-container .header-container .el-menu-demo {
  width: 50%;
}
.default-layout-container .header-container .el-dropdown {
  align-items: center;
  margin-right: 1rem;
}
.default-layout-container .header-container .el-dropdown .el-dropdown-link {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.default-layout-container .main-container {
  width: 100%;
  height: calc(100% - 120px);
  display: flex;
  overflow: hidden;
}
.default-layout-container .main-container .base-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.default-layout-container .footer-container {
  width: 100%;
  height: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-top: solid 2px var(--el-menu-border-color);
  font-size: smaller;
  color: var(--el-color-primary);
}/*# sourceMappingURL=main.s.css.map */