|
@@ -1210,7 +1210,10 @@ export default {
|
|
|
width: 210px;
|
|
|
height: 180px;
|
|
|
}
|
|
|
-
|
|
|
+.steps > div:nth-child(1) > img {
|
|
|
+ z-index: 9;
|
|
|
+ position: relative;
|
|
|
+}
|
|
|
.stepLeft,
|
|
|
.isSteps {
|
|
|
width: 30px;
|
|
@@ -1533,7 +1536,8 @@ export default {
|
|
|
width: 4px;
|
|
|
position: absolute;
|
|
|
left: 15px;
|
|
|
- top: 120px;
|
|
|
+ top: calc(50% + (35px / 2));
|
|
|
transform: translateY(-50%);
|
|
|
+ z-index: 1;
|
|
|
}
|
|
|
</style>
|