chore: Adjust menu style (#30883)

This commit is contained in:
二货机器人 2021-06-07 10:43:51 +08:00 committed by GitHub
parent b837ecd950
commit c78a6b2270
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,6 +40,15 @@
list-style: none;
}
// Overflow ellipsis
&-overflow {
display: flex;
&-item {
flex: none;
}
}
&-hidden,
&-submenu-hidden {
display: none;
@ -355,7 +364,6 @@
}
&-horizontal {
display: flex;
line-height: @menu-horizontal-line-height;
border: 0;
border-bottom: @border-width-base @border-style-base @border-color-split;