style(sj_map_reduce): 优化工作流拖拽样式

This commit is contained in:
xlsea 2024-06-21 15:22:49 +08:00
parent 514c13735e
commit 07d58b8bcc

View File

@ -192,7 +192,6 @@ const onDragstop = () => {
&-body {
overflow: hidden;
min-height: calc(100vh - 198px);
.active:before {
outline: none !important;
@ -229,4 +228,8 @@ const onDragstop = () => {
}
}
}
#__SCROLL_EL_ID__ {
overflow: hidden;
}
</style>