fix: 树样式优化
This commit is contained in:
@@ -48,6 +48,11 @@
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
:deep(.ant-tree-node-content-wrapper) {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
text-wrap: nowrap;
|
||||
}
|
||||
// :deep(.ant-menu-item),
|
||||
// :deep(.ant-menu-submenu-title) {
|
||||
// &:not(.ant-menu-item-selected) {
|
||||
|
Reference in New Issue
Block a user