[update 系统菜单] 二级文本溢出隐藏
This commit is contained in:
@@ -83,6 +83,11 @@ export default {
|
|||||||
@scrollBarSize: 10px;
|
@scrollBarSize: 10px;
|
||||||
|
|
||||||
ul.ant-menu {
|
ul.ant-menu {
|
||||||
|
/deep/ .ant-menu-item > a {
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
|
||||||
/* 定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
|
/* 定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
|
||||||
&::-webkit-scrollbar {
|
&::-webkit-scrollbar {
|
||||||
|
|||||||
Reference in New Issue
Block a user