fix(sj_map_reduce): 修复工作流组件线条样式

This commit is contained in:
xlsea 2024-07-01 17:05:16 +08:00
parent 974b286bd0
commit e344c95e0f

View File

@ -352,19 +352,19 @@
.top-left-cover-line,
.top-right-cover-line {
position: absolute;
height: 13px;
height: 5px;
width: 50%;
background-color: rgb(var(--layout-bg-color) / var(--un-bg-opacity));
top: -7px;
top: -3px;
}
.bottom-left-cover-line,
.bottom-right-cover-line {
position: absolute;
height: 13px;
height: 5px;
width: 50%;
background-color: rgb(var(--layout-bg-color) / var(--un-bg-opacity));
bottom: -7px;
bottom: -2px;
}
.top-left-cover-line {