org-chart-frant/src/components/toolBar/index.less

40 lines
746 B
Plaintext
Raw Normal View History

2022-07-12 17:10:03 +08:00
.toolbarWrapper {
2023-07-24 09:36:44 +08:00
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;
2022-07-12 17:10:03 +08:00
}
2023-07-24 09:36:44 +08:00
.progressBtn {
width: 16px;
height: 9px;
background-color: #c9c9c9;
position: absolute;
left: 5px;
top: 0px;
2022-07-12 17:10:03 +08:00
}
2023-07-24 09:36:44 +08:00
}
.toolBarItem {
display: block;
margin-top: 20px;
margin-bottom: 20px;
margin-left: 26px;
cursor: pointer;
width: 20px;
}
}