fix: 树样式优化

This commit is contained in:
xuziqiang
2024-07-17 15:07:23 +08:00
parent 1be888feba
commit 2a6de583e1
3 changed files with 18 additions and 6 deletions

View File

@@ -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) {