[fix 87494] 树节点悬浮左上角对齐显示,节点宽度限制

This commit is contained in:
danshihao
2024-07-26 09:37:57 +08:00
parent 6c38c2bce7
commit d11b750c1d
+1
View File
@@ -526,6 +526,7 @@
white-space: nowrap;
text-overflow: ellipsis;
flex: 1;
max-width: 140px;
}
// 鼠标移入树节点样式修改