deploy-ease-platform/frontend/src/pages/Workflow/Definition/Designer/index.module.less
2024-12-05 20:40:04 +08:00

30 lines
552 B
Plaintext

.container {
height: calc(100vh - 180px);
border: 1px solid #f0f0f0;
border-radius: 2px;
background: #fff;
.sider {
border-right: 1px solid #f0f0f0;
background: #fff;
.nodePanel {
padding: 16px;
height: 100%;
overflow-y: auto;
}
}
.content {
position: relative;
background: #fafafa;
.graph {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
}
}