style(menu): change to border-box (#2999)

re #2998
This commit is contained in:
kooriookami
2021-08-23 10:41:15 +08:00
committed by GitHub
parent 22baee933e
commit 8920101abc

View File

@@ -53,6 +53,7 @@
margin: 0;
padding-left: 0;
background-color: var(--el-menu-background-color);
box-sizing: border-box;
@include utils-clearfix;
&.#{$namespace}-menu--horizontal {
border-bottom: solid 1px var(--el-menu-border-color);