mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-03-01 05:30:40 +00:00
fix: stage-box 样式优化
This commit is contained in:
parent
9816859c3f
commit
de4074aa19
@ -41,10 +41,11 @@
|
||||
|
||||
.skeleton-stagebox-stage-arrow {
|
||||
position: absolute;
|
||||
left: 3px;
|
||||
left: 8px;
|
||||
top: 50%;
|
||||
transform: translateY(-50%) rotate(90deg);
|
||||
opacity: 0.6;
|
||||
width: 12px;
|
||||
}
|
||||
.skeleton-stagebox-stage-title {
|
||||
font-weight: bold;
|
||||
@ -57,7 +58,7 @@
|
||||
}
|
||||
.skeleton-stagebox-stage-exit {
|
||||
position: absolute;
|
||||
right: 3px;
|
||||
right: 8px;
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
opacity: 0.6;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user