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
各个组件的size属性不能统一设置,如果想把项目每个页面的组件大小设置为small,只能一个一个设置
Vue.use(antd, { size: 'small' })
The text was updated successfully, but these errors were encountered:
:)
Sorry, something went wrong.
似乎还没解决。是不是放到ConfigProvider中来配置全局的组件size会更符合直觉一些
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days
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
What problem does this feature solve?
各个组件的size属性不能统一设置,如果想把项目每个页面的组件大小设置为small,只能一个一个设置
What does the proposed API look like?
Vue.use(antd, { size: 'small' })
The text was updated successfully, but these errors were encountered: