fix(sj_map_reduce): 修复工作流组件线条样式
This commit is contained in:
parent
974b286bd0
commit
e344c95e0f
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user