-
-
Notifications
You must be signed in to change notification settings - Fork 10
Closed
Labels
🐞 bugSomething isn't workingSomething isn't working🧐 unconfirmedwaiting to be confirmedwaiting to be confirmed
Description
tdesign-uniapp 版本
0.57
重现链接
No response
重现步骤
- 创建一个页面,嵌入
t-calendar组件 - 设置
:use-popup="false"使其为嵌入式显示 - 设置
switch-mode="none"禁用手势切换 - 在移动端上下滑动日历区域
- 观察页面整体跟随滚动
- 日历内部的
scroll-view会触发垂直滚动 - 导致整个页面跟随滚动
- CSS 样式
overflow: hidden和touch-action: pan-x无法完全阻止
期望结果
No response
实际结果
当使用 t-calendar 组件的嵌入模式(:use-popup="false")时,组件内部的 scroll-view 元素会触发垂直滚动,导致页面整体跟随滚动。即使通过 CSS 设置 overflow: hidden 或 touch-action: pan-x 也无法完全禁止。
框架版本
No response
浏览器版本
No response
系统版本
No response
Node版本
No response
补充说明
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
🐞 bugSomething isn't workingSomething isn't working🧐 unconfirmedwaiting to be confirmedwaiting to be confirmed