diff --git a/src/components/VirtualList.vue b/src/components/VirtualList.vue index 3e60db0..ffb339b 100644 --- a/src/components/VirtualList.vue +++ b/src/components/VirtualList.vue @@ -193,7 +193,7 @@ const lastReachBoundaryTime = ref<{ top: number; bottom: number }>({ }) /** - * 处理键盘事件 + * 处理��盘事件 * 实现键盘导航、边界循环和项目选择功能 * @param e 键盘事件对象 */ @@ -436,6 +436,7 @@ onBeforeUnmount(() => { background-color: #fafafa; width: 100%; height: 100%; + outline: none; } /* 拟高度容器:用于保持滚动条比例 */