style(sj_map_reduce): 优化工作流组件样式
This commit is contained in:
parent
2722abdc61
commit
bbf57da298
@ -1,5 +1,9 @@
|
||||
.workflow-design {
|
||||
width: 100%;
|
||||
|
||||
.content {
|
||||
color: #000;
|
||||
}
|
||||
}
|
||||
|
||||
.workflow-design .box-scale {
|
||||
@ -348,19 +352,19 @@
|
||||
.top-left-cover-line,
|
||||
.top-right-cover-line {
|
||||
position: absolute;
|
||||
height: 5px;
|
||||
height: 13px;
|
||||
width: 50%;
|
||||
background-color: rgb(var(--layout-bg-color) / var(--un-bg-opacity));
|
||||
top: -3px;
|
||||
top: -7px;
|
||||
}
|
||||
|
||||
.bottom-left-cover-line,
|
||||
.bottom-right-cover-line {
|
||||
position: absolute;
|
||||
height: 5px;
|
||||
height: 13px;
|
||||
width: 50%;
|
||||
background-color: rgb(var(--layout-bg-color) / var(--un-bg-opacity));
|
||||
bottom: -3px;
|
||||
bottom: -7px;
|
||||
}
|
||||
|
||||
.top-left-cover-line {
|
||||
|
Loading…
Reference in New Issue
Block a user