[update 系统菜单] 二级文本溢出隐藏

This commit is contained in:
danshihao
2024-07-18 19:03:42 +08:00
parent 32277a1c76
commit a08abf87f2
+5
View File
@@ -83,6 +83,11 @@ export default {
@scrollBarSize: 10px;
ul.ant-menu {
/deep/ .ant-menu-item > a {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
/* 定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
&::-webkit-scrollbar {