更新 resource.vue

This commit is contained in:
jxxghp
2025-03-29 19:41:55 +08:00
committed by GitHub
parent 76aa5407a2
commit 80d55dae8d

View File

@@ -255,7 +255,7 @@ onUnmounted(() => {
<style scoped>
.search-progress-container {
position: fixed;
top: 0;
top: env(safe-area-inset-top);
left: 0;
right: 0;
z-index: 100;