We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
假设自己用taro 做一个dialog,没有catchtouchmove属性,会滚动
The text was updated successfully, but these errors were encountered:
@MisterWhoDevelopers 是的,我也是碰到这样的问题。需要给.at-drawer-content加上overflow-y: auto属性。我重新了AtDrawer,改用了scroll-view。
.at-drawer-content
overflow-y: auto
scroll-view
Sorry, something went wrong.
bc4f3b7
chore(release): 发布 v1.4.0 版本
4aab2e9
- 新增 AtCountDown 组件 - 新增 AtDivider 组件 - 新增 AtLoadMore 组件 - 新增 AtSteps 组件 - 新增 AtCurtain 组件 - 新增 AtMessage 组件 - 修复 Bugs #132, #163, #167
cos2004
No branches or pull requests
假设自己用taro 做一个dialog,没有catchtouchmove属性,会滚动
The text was updated successfully, but these errors were encountered: