fix: 修复pabel,删除和编辑不同情况下span的样式

This commit is contained in:
@changcode
2021-07-02 11:44:44 +08:00
parent 966428f8b9
commit 5d7d258f6f

View File

@@ -186,7 +186,7 @@ export default {
justify-content: space-between;
width: calc(100% - 28px);
}
.tree--node span {
.tree--node span:nth-of-type(1) {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;