You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
org-chart-frant/src/components/toolBar/index.less

40 lines
746 B
Plaintext

.toolbarWrapper {
width: 68px;
position: fixed;
right: 10px;
z-index: 100;
background: #fff;
border-radius: 20px;
padding-top: 20px;
padding-bottom: 20px;
text-align: center;
.progressWrapper {
position: relative;
padding-top: 5px;
padding-bottom: 5px;
margin-left: 20px;
.progressLine {
height: 100px;
width: 0px;
border-left: 2px solid #c9c9c9;
margin-left: 12px;
}
.progressBtn {
width: 16px;
height: 9px;
background-color: #c9c9c9;
position: absolute;
left: 5px;
top: 0px;
}
}
.toolBarItem {
display: block;
margin-top: 20px;
margin-bottom: 20px;
margin-left: 26px;
cursor: pointer;
width: 20px;
}
}