hookehuyr

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

......@@ -1041,7 +1041,7 @@ const updateArrowBottomByScreen = () => {
background-position: top;
background-repeat: repeat-x;
transform: translateY(-10%);
z-index: 1;
z-index: 0;
}
/* 流程步骤容器 */
......