优化移动端Header UI

This commit is contained in:
jxxghp
2025-07-06 00:02:25 +08:00
parent a00f6ab8ff
commit 23b09d09ce
4 changed files with 35 additions and 87 deletions

View File

@@ -85,7 +85,7 @@ export function usePullDownGesture(options: PullDownOptions = {}) {
})
const indicatorTransform = computed(() => {
return `translate(-50%, ${Math.min(20 + pullDistance.value - config.SHOW_INDICATOR, 50)}px)`
return `translate(-50%, ${Math.min(60 + pullDistance.value - config.SHOW_INDICATOR, 70)}px)`
})
// 弹窗检测函数