perf: QuickJob asset tree css

This commit is contained in:
wangruidong
2024-04-17 14:42:12 +08:00
committed by 老广
parent baf2b6cd9b
commit 1adee78456
2 changed files with 11 additions and 7 deletions

View File

@@ -430,13 +430,6 @@ div.rMenu li {
background-color: transparent; background-color: transparent;
height: calc(100vh - 237px); height: calc(100vh - 237px);
.level0 .node_name {
max-width: 100px;
text-overflow: ellipsis;
overflow: hidden;
display: inline-block;
}
li { li {
background-color: transparent !important; background-color: transparent !important;

View File

@@ -527,6 +527,17 @@ export default {
.tree-box { .tree-box {
margin-right: 2px; margin-right: 2px;
border: 1px solid #e0e0e0; border: 1px solid #e0e0e0;
> > > .ztree {
.level0 {
.node_name {
max-width: 100px;
text-overflow: ellipsis;
overflow: hidden;
display: inline-block;
}
}
}
} }
.output { .output {