mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-24 20:47:17 +00:00
perf: QuickJob asset tree css
This commit is contained in:
@@ -430,13 +430,6 @@ div.rMenu li {
|
||||
background-color: transparent;
|
||||
height: calc(100vh - 237px);
|
||||
|
||||
.level0 .node_name {
|
||||
max-width: 100px;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
li {
|
||||
background-color: transparent !important;
|
||||
|
||||
|
@@ -527,6 +527,17 @@ export default {
|
||||
.tree-box {
|
||||
margin-right: 2px;
|
||||
border: 1px solid #e0e0e0;
|
||||
|
||||
> > > .ztree {
|
||||
.level0 {
|
||||
.node_name {
|
||||
max-width: 100px;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
display: inline-block;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.output {
|
||||
|
Reference in New Issue
Block a user