Commit 24e1e2f2 by 芋道源码 Committed by Gitee

!519 【优化】优化垂直菜单可用宽度

Merge pull request !519 from 半栈幼儿员/hotfix/menu
parents be2ca75e 64168a9f
......@@ -195,6 +195,16 @@ $prefix-cls: #{$namespace}-menu;
}
}
// 垂直菜单
&__vertical {
:deep(.#{$elNamespace}-menu--vertical) {
&:not(.#{$elNamespace}-menu--collapse) .#{$elNamespace}-sub-menu__title,
.#{$elNamespace}-menu-item {
padding-right: 0;
}
}
}
// 水平菜单
&__horizontal {
height: calc(var(--top-tool-height)) !important;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment