fix: stage-box 样式优化

This commit is contained in:
mario.gk 2020-10-10 18:51:19 +08:00
parent 9816859c3f
commit de4074aa19

View File

@ -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;