You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

59 lines
965 B

.tree {
text-align: left;
/* height: 45px;
line-height: 45px; */
padding-left: 15px;
}
.tree-item {
height: 45px;
line-height: 45px;
display: flex;
/* padding-left: 15px; */
}
.tree-item-onOff {
width: 30px;
display: flex;
justify-content: center;
align-items: center;
}
.tree-item-onOff image {
width: 9px;
height: 5px;
display: block;
transition: 0.4s;
}
.tree-item-onOff-closed {
transform: rotate(-90deg);
}
.tree-item-onOff-open {
transform: rotate(0deg);
}
.tree-item-name {
width: calc(100% - 40px);
display: flex;
padding-left: 10px;
}
.name {
width: calc(100% - 50px);
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.img {
width: 50px;
display: flex;
justify-content: center;
align-items: center;
}
.img image {
width: 15px;
height: 10px;
display: block;
}
.tree-item-name-select {
background: #ECF7FA;
color: #0079FE;
}
.tree-item-name-select2 {
color: #0079FE;
}