mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-25 14:25:23 +00:00
perf: QuickJob asset tree css
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
@@ -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 {
|
||||||
|
Reference in New Issue
Block a user