Skip to content

Commit 2a3700f

Browse files
committed
修复顶部模式下页面载入进度条被遮挡
1 parent 95a1b28 commit 2a3700f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/assets/styles/nprogress.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
position: fixed;
66
top: 0;
77
left: 0;
8-
z-index: 1031;
8+
z-index: 10031;
99
width: 100%;
1010
height: 2px;
1111
background: rgb(var(--ui-primary));
@@ -26,7 +26,7 @@
2626
position: fixed;
2727
top: 11px;
2828
right: 14px;
29-
z-index: 1031;
29+
z-index: 10031;
3030
display: block;
3131

3232
.spinner-icon {

0 commit comments

Comments
 (0)