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
同时给button组件添加block和shape=round即可,例如:
import { Button } from 'antd' export default () => <div style={{ backgroundColor: "deeppink" }} > <Button shape="round" block type="primary"> Primary Button </Button> </div>
按钮填充满deeppink背景色的div
宽度自适应文字内容
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Reproduction link
Steps to reproduce
同时给button组件添加block和shape=round即可,例如:
What is expected?
按钮填充满deeppink背景色的div
What is actually happening?
宽度自适应文字内容
The text was updated successfully, but these errors were encountered: