Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -1041,7 +1041,7 @@ const updateArrowBottomByScreen = () => { | ... | @@ -1041,7 +1041,7 @@ const updateArrowBottomByScreen = () => { |
| 1041 | background-position: top; | 1041 | background-position: top; |
| 1042 | background-repeat: repeat-x; | 1042 | background-repeat: repeat-x; |
| 1043 | transform: translateY(-10%); | 1043 | transform: translateY(-10%); |
| 1044 | - z-index: 1; | 1044 | + z-index: 0; |
| 1045 | } | 1045 | } |
| 1046 | 1046 | ||
| 1047 | /* 流程步骤容器 */ | 1047 | /* 流程步骤容器 */ | ... | ... |
-
Please register or login to post a comment