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.
80 lines
1.1 KiB
80 lines
1.1 KiB
.orbox { |
|
width: 100%; |
|
height: 100%; |
|
overflow-y: auto; |
|
background: #fff; |
|
box-sizing: border-box; |
|
padding: 20px; |
|
font-size: 15px; |
|
position: relative; |
|
} |
|
|
|
.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: 700px; |
|
height: 36px; |
|
line-height: 36px; |
|
display: flex; |
|
justify-content: space-between; |
|
color: #000D21; |
|
box-sizing: border-box; |
|
padding-left: 30px; |
|
padding-right: 180px; |
|
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), |
|
span:nth-child(3) { |
|
color: #2399FF; |
|
} |
|
|
|
.grey{ |
|
color: rgba(0, 13, 33, 0.48)!important; |
|
} |
|
}
|
|
|