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.
79 lines
1.1 KiB
79 lines
1.1 KiB
3 years ago
|
.orbox {
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
overflow-y: auto;
|
||
|
background: #fff;
|
||
|
box-sizing: border-box;
|
||
|
padding: 20px;
|
||
|
font-size: 15px;
|
||
|
}
|
||
|
|
||
|
.topbox {
|
||
|
width: 700px;
|
||
|
height: 36px;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: space-between;
|
||
|
|
||
|
.lefttop {
|
||
|
span:nth-child(1) {
|
||
|
color: #000D21;
|
||
|
margin-right: 16px;
|
||
|
}
|
||
|
|
||
|
span:nth-child(2) {
|
||
|
color: rgba(36, 36, 36, 0.24);
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.righttop {
|
||
|
height: 36px;
|
||
|
display: flex;
|
||
|
|
||
|
button {
|
||
|
margin-left: 16px;
|
||
|
}
|
||
|
|
||
|
nz-input-group {
|
||
|
height: 32px;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.treeTitle {
|
||
|
width: 100%;
|
||
|
height: 36px;
|
||
|
line-height: 36px;
|
||
|
display: flex;
|
||
|
justify-content: space-between;
|
||
|
color: #000D21;
|
||
|
box-sizing: border-box;
|
||
|
padding-left: 30px;
|
||
|
padding-right: 140px;
|
||
|
background: rgba(145, 204, 255, 0.2);
|
||
|
margin: 12px 0;
|
||
|
}
|
||
|
|
||
|
.nodebox {
|
||
|
font-size: 15px;
|
||
|
|
||
|
}
|
||
|
|
||
|
.operation {
|
||
|
position: absolute;
|
||
|
right: 0;
|
||
|
|
||
|
span {
|
||
|
margin-left: 40px;
|
||
|
}
|
||
|
|
||
|
span:nth-child(1),
|
||
|
span:nth-child(2) {
|
||
|
color: #2399FF;
|
||
|
}
|
||
|
|
||
|
span:nth-child(3) {
|
||
|
color: rgba(0, 13, 33, 0.48);
|
||
|
}
|
||
|
}
|