fix: 调整Footer组件中进度条的z-index值,确保其显示层级正确
This commit is contained in:
@@ -239,7 +239,7 @@ const progress = $computed(() => {
|
||||
box-sizing: border-box;
|
||||
position: fixed;
|
||||
bottom: 1rem;
|
||||
z-index: 9998; // 确保进度条也在最上方
|
||||
z-index: 1; // 确保进度条也在最上方
|
||||
}
|
||||
|
||||
.arrow {
|
||||
|
||||
Reference in New Issue
Block a user