feat: enhance the process topology graph to support dragging nodes (#158)

This commit is contained in:
Fine0830
2022-09-15 17:18:39 +08:00
committed by GitHub
parent 9ed0121fd0
commit 26817e9f92
9 changed files with 311 additions and 291 deletions

View File

@@ -141,7 +141,6 @@ const filterMenus = (menus: any[]) => {
.side-bar {
background: #252a2f;
height: 100%;
position: relative;
margin-bottom: 100px;
overflow-y: auto;
overflow-x: hidden;
@@ -174,7 +173,7 @@ span.collapse {
.menu-control {
position: absolute;
top: 7px;
left: 200px;
left: 220px;
cursor: pointer;
transition: all 0.2s linear;
z-index: 99;