.editor-mainmenu-tabs {
  position: relative;
  z-index: 20;
  width: 256px;
  height: 100%;
  overflow: hidden;
  background: #fff;
  border-right: 1px solid #e5e5e5;
}
.editor-mainmenu-tabs .editor-tabs {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.editor-mainmenu-tabs .editor-tabs .editor-tabs-top-content,
.editor-mainmenu-tabs .editor-tabs .editor-tabs-bottom-content {
  height: 100%;
}
.editor-mainmenu-tabs .editor-tabs .editor-tabs-top-content > .editor-tabs-tabpane,
.editor-mainmenu-tabs .editor-tabs .editor-tabs-bottom-content > .editor-tabs-tabpane {
  padding-bottom: 80px;
  overflow-y: auto;
}
.editor-mainmenu-tabs .editor-tabs-bar {
  margin-bottom: 0;
}
.editor-mainmenu-tabs .editor-tabs-bar .editor-tabs-nav {
  display: block;
}
.editor-mainmenu-tabs .editor-tabs-bar .editor-tabs-nav > div {
  display: flex;
}
.editor-mainmenu-tabs .editor-tabs-bar .editor-tabs-tab {
  flex: 1;
  margin-right: 0;
  padding-top: 11px;
  padding-bottom: 12px;
  text-align: center;
}
.editor-mainmenu-main-menu {
  position: relative;
  z-index: 20;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #fff;
}
.editor-mainmenu-main-menu__event {
  flex: none;
  width: 100%;
}
.editor-mainmenu-main-menu__action {
  flex: auto;
  width: 100%;
  overflow-y: auto;
}
