hookehuyr

fix(Home.vue): 调整箭头图层的z-index为0以避免遮挡

...@@ -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 /* 流程步骤容器 */
......