// 顶部菜单样式
.app-style2-header-menus {
margin-right: 100px;
.el-menu--horizontal {
overflow-y: auto;
overflow-x: hidden;
display: flex;
height: 50px;
flex-wrap: nowrap;
border: 0;
.el-menu-item,
.el-submenu__title {
height: 50px;
line-height: 50px;
overflow: visible;
}
}
}
-
由 ibizdev 提交于13310400