Skip to content
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

请更新Antd Tooltip最新API align #252

Closed
1 task done
peibinzhu opened this issue Nov 7, 2018 · 1 comment
Closed
1 task done

请更新Antd Tooltip最新API align #252

peibinzhu opened this issue Nov 7, 2018 · 1 comment
Labels

Comments

@peibinzhu
Copy link

peibinzhu commented Nov 7, 2018

  • I have searched the issues of this repository and believe that this is not a duplicate.

What problem does this feature solve?

这功能主要解决Popover组件弹出位置默认计算后位置不满意可以手动进行调整,以达到满意的效果。因Antd react版已有此API,希望VUE版能尽快更新

What does the proposed API look like?


Popover气泡卡片弹出卡片的位置配置

API相关文档
API参数来自源码转成Vue写法

export default {
props: {
align: {
points: [String, String],
offset: [Number|String, Number|String],
targetOffset: [Number|String, Number|String],
overflow: {
adjustX: Boolean,
adjustY: Boolean,
},
useCssRight: Boolean,
useCssBottom: Boolean,
useCssTransform: Boolean,
}
}
}
tangjinzhou added a commit that referenced this issue Nov 10, 2018
@github-actions
Copy link

github-actions bot commented Apr 2, 2020

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 2, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants