fix(滚动): 为多个组件添加overscroll-contain并处理滚轮事件

为多个模态框和列表组件添加overscroll-contain类以防止滚动链
添加处理函数阻止模态框背景的滚轮事件传播到内容区域
This commit is contained in:
2026-04-12 21:30:33 +08:00
parent a280d44481
commit ba10f90dde
5 changed files with 19 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
<template>
<div
class="min-h-0 overflow-y-auto border-r border-slate-200/70 p-6 dark:border-slate-800/70"
class="min-h-0 overflow-y-auto overscroll-contain border-r border-slate-200/70 p-6 dark:border-slate-800/70"
>
<div
v-if="items.length === 0"