/**
 * 布局
 */

.default-layout {
  width: 100%;
  height: 100%;
}

.el-container {
  height: 100%;
  min-width: 1440px;
}

.base-container-frame{
  height: calc(100% - 85px);
}

.el-main {
  padding: 0;
  position: relative;
}

.el-aside {
  position: relative !important;
  z-index: 1 !important;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12) !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.base-divider {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  background-color: #D5D9E0 !important;
}

.name-hidden {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}