forked from vueComponent/ant-design-vue
-
Notifications
You must be signed in to change notification settings - Fork 1
Feat image preview toolbar #2
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
Open
Roywhite
wants to merge
91
commits into
selicens:feat-image-preview-toolbar
Choose a base branch
from
Roywhite:feat-image-preview-toolbar
base: feat-image-preview-toolbar
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Feat image preview toolbar #2
Roywhite
wants to merge
91
commits into
selicens:feat-image-preview-toolbar
from
Roywhite:feat-image-preview-toolbar
Conversation
This file contains hidden or 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
…ive (vueComponent#7302) Co-authored-by: suweite <[email protected]>
…ueComponent#7291) * fix: fix headerCell slots * perf: optimize table columnTitle type
Co-authored-by: fuwedong <[email protected]>
Co-authored-by: p-hehongsheng <[email protected]>
…eComponent#7498) * docs: updating the `dropdownRender` description and jumps in the FAQ for Select * fix[layout]: in a dark mode layout, the text color should change
* docs: updating the `dropdownRender` description and jumps in the FAQ for Select * wip: add popover-arrow * wip: trigger add arrow attr * fix: remove popupContextKey * optimize * perf: optimize * docs: optimize docs * docs: add `arrow` attribute in tooltip en-US docs * fix: fix bug * perf[demo]: `radio-group` replace with `segmented`
Co-authored-by: 汤显文 <[email protected]>
…#7368) * fix(Pagination): block default events for the enter key * refactor: consider other keyboard events
…ode (vueComponent#7377) * docs: updating the `dropdownRender` description and jumps in the FAQ for Select * fix: fix select error in multiple mode * fix: fix cascader select error in ssr mode
* Fix: [修复自定义按钮无渲染] * refactor(完善 Tour 自定义按钮代码健壮性): 🦄 --------- Co-authored-by: shizhu <[email protected]>
* fix(vc-dialog): aira error * fix(vc-dialog): aira error
…nt-design-vue into feat-image-preview-toolbar
- 新增基于鼠标位置的缩放中心点功能 - 添加滚轮缩放状态记录 - 优化缩放比例计算逻辑 - 修复图片居中显示问题 - 优化事件监听器管理
- Replace pageX/pageY with clientX/clientY for accurate mouse position tracking - Add type checking for isWheel parameter in zoom functions - Reset preview state when visibility changes - Clean up code formatting
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.
优化了图片预览,从鼠标滚轮缩放图片中心位置改为鼠标所在位置缩放,修复鼠标位置计算错误的问题。
更贴近ant-design的预览逻辑