-
Notifications
You must be signed in to change notification settings - Fork 280
New issue
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
feat(Fab): support y-bounds props #3125
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Size Change: +58 B (0%) Total Size: 211 kB
ℹ️ View Unchanged
|
anlyyao
force-pushed
the
feat/fab/yEdge
branch
from
September 10, 2024 07:16
27d863a
to
5ed9d5b
Compare
anlyyao
changed the title
feat(Fab): support y-edge props
feat(Fab): support y-bounds props
Sep 10, 2024
Size Change: +59 B (0%) Total Size: 211 kB
ℹ️ View Unchanged
|
# Conflicts: # src/fab/README.en-US.md # src/fab/README.md # src/fab/__test__/__snapshots__/demo.test.js.snap # src/fab/_example/draggable/index.wxml # src/fab/fab.ts # src/fab/props.ts # src/fab/type.ts
Size Change: +144 B (0%) Total Size: 211 kB
ℹ️ View Unchanged
|
@anlyyao 新增拖拽模式bottom初始化为 |
jarmywang
approved these changes
Sep 11, 2024
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🤔 这个 PR 的性质是?
🔗 相关 Issue
fix #3124
相关PR
TDesignOteam/tdesign-api#408
💡 需求背景和解决方案
背景:自定义tabbar改住fab
方案:考虑到自定义tabbar高度不固定,fab新增yEdge属性,支持自定义垂直方向边界限制。[80, 80] 表示fab垂直拖拽范围距离顶部80px,距离底部80px
📝 更新日志
yEdge
属性,支持设置垂直方向边界限制☑️ 请求合并前的自查清单