调整QuickAccess.vue组件的过渡时间为0.6秒

This commit is contained in:
jxxghp
2025-07-02 21:39:41 +08:00
parent 3892b0ed05
commit 4070b27148

View File

@@ -339,7 +339,7 @@ function handleBackdropClick(event: MouseEvent) {
:style="{
opacity: componentOpacity,
transform: componentTransform,
transition: isDraggingToClose ? 'none' : 'all 0.3s cubic-bezier(0.4, 0, 0.2, 1)',
transition: isDraggingToClose ? 'none' : 'all 0.6s cubic-bezier(0.4, 0, 0.2, 1)',
}"
@click="handleBackdropClick"
@touchstart="handleTouchStart"