fix: long text style in sidemenu. fixed #4749 (#4770)

This commit is contained in:
Netfan
2024-10-30 21:43:41 +08:00
committed by GitHub
parent c2d59dea69
commit 353e8be289
2 changed files with 10 additions and 2 deletions

View File

@@ -718,6 +718,10 @@ $namespace: vben;
align-items: center;
width: 100%;
height: var(--menu-item-height);
span {
@include menu-title;
}
}
&.is-collapse-show-title {