Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
stdj_h5
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
hookehuyr
2025-11-06 12:59:21 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1308bf4b4751ac1ebbb1f6854349aa3f084e8bbf
1308bf4b
1 parent
96ff047f
fix(Home.vue): 调整箭头图层的z-index为0以避免遮挡
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/Home.vue
src/views/Home.vue
View file @
1308bf4
...
...
@@ -1041,7 +1041,7 @@ const updateArrowBottomByScreen = () => {
background-position: top;
background-repeat: repeat-x;
transform: translateY(-10%);
z-index:
1
;
z-index:
0
;
}
/* 流程步骤容器 */
...
...
Please
register
or
login
to post a comment