NEZ-799 fix: panl name长度过长,无法进行面板的删除和编辑
This commit is contained in:
@@ -152,6 +152,10 @@ export default {
|
|||||||
cursor: move;
|
cursor: move;
|
||||||
.tree--node>span:first-of-type {
|
.tree--node>span:first-of-type {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
white-space: nowrap;
|
||||||
|
word-break: break-word;
|
||||||
}
|
}
|
||||||
.tree--node>span:last-of-type>span {
|
.tree--node>span:last-of-type>span {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
@@ -182,6 +186,12 @@ export default {
|
|||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
width: calc(100% - 28px);
|
width: calc(100% - 28px);
|
||||||
}
|
}
|
||||||
|
.tree--node span {
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
white-space: nowrap;
|
||||||
|
word-break: break-word;
|
||||||
|
}
|
||||||
.tree--operation {
|
.tree--operation {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user