.wd-vertical-layout {
  display: flex;
  height: 100%;
  background: #f7f8fa;
  flex-direction: column;
}
.wd-vertical-layout .vertical-nav {
  overflow-y: hidden;
  overflow-x: auto;
  width: 100%;
  height: 54px;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  padding: 0 24px;
  background: #fff;
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.2);
}
.wd-vertical-layout .vertical-nav .vertical-menuInfo {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.wd-vertical-layout .vertical-nav .vertical-menuInfo .logo {
  margin-right: 12px;
}
.wd-vertical-layout .vertical-nav .vertical-userInfo {
  display: flex;
  align-items: center;
  color: #63656f;
  margin-left: 12px;
}
.wd-vertical-layout .vertical-nav::-webkit-scrollbar {
  display: none;
}
.wd-vertical-layout .vertical-body {
  overflow-y: auto;
  position: relative;
  height: 100%;
}
