fix: 调整Footer组件中进度条的z-index值,确保其显示层级正确

This commit is contained in:
SMGDev
2025-11-21 16:50:49 +00:00
parent 9b6f2cf768
commit e0889e8103

View File

@@ -239,7 +239,7 @@ const progress = $computed(() => {
box-sizing: border-box;
position: fixed;
bottom: 1rem;
z-index: 9998; // 确保进度条也在最上方
z-index: 1; // 确保进度条也在最上方
}
.arrow {