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
1.1.0
electron-vue及vue最新版本
https://codesandbox.io/s/w6o3ol64mk
希望Modal.method()通过centered设置项进行垂直居中
centered设置无效
The text was updated successfully, but these errors were encountered:
临时解决方案: https://codesandbox.io/s/j2m45l7r0v
<style lang="less"> .ant-confirm-centered { text-align: center; &:before { content: ''; display: inline-block; height: 100%; vertical-align: middle; width: 0; } .ant-confirm { display: inline-block; vertical-align: middle; top: 0; text-align: left; } } </style>
Sorry, something went wrong.
嗯……谢谢,这个倒是不需要,基本上所有vue文件中都用的scoped。毕竟有的不需要居中。我先加上centered等到起。
please update to 1.1.1
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.
No branches or pull requests
Version
1.1.0
Environment
electron-vue及vue最新版本
Reproduction link
Steps to reproduce
https://codesandbox.io/s/w6o3ol64mk
What is expected?
希望Modal.method()通过centered设置项进行垂直居中
What is actually happening?
centered设置无效
The text was updated successfully, but these errors were encountered: