Fix menu active border

This commit is contained in:
afc163 2017-10-26 11:58:59 +08:00
parent e2bff100bd
commit 0e5155567c

View File

@ -139,8 +139,6 @@
&-vertical {
border-right: @border-width-base @border-style-base @border-color-split;
.@{menu-prefix-cls}-item {
margin-left: -1px;
left: 1px;
position: relative;
z-index: 1;
&:after {
@ -359,7 +357,7 @@
margin-top: 4px;
margin-bottom: 4px;
display: inline-block;
width: 100%;
width: ~"calc(100% + 1px)";
overflow: hidden;
text-overflow: ellipsis;
}