This commit is contained in:
asp_ly 2024-12-14 13:46:15 +08:00
parent b0dadc9a24
commit d0fa3c9235

View File

@ -1,5 +1,6 @@
.workflow-design { .workflow-design {
height: 100%; position: relative;
height: calc(100vh - 184px); // 120px + 24px * 2 + 16px
display: flex; display: flex;
flex-direction: column; flex-direction: column;
background: #fff; background: #fff;