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
我在 Card.Footer 组件的 content 和 extra 中各传入了一个 Button 组件,代码如下:
<Card> <Card.Header title="门店名" extra={rowData.name} /> <Card.Body> <List> <Item extra={rowData.id}>门店号</Item> </List> <List> <Item extra={rowData.district}>所属商圈</Item> </List> <List> <Item extra={rowData.merchant}>所属商户</Item> </List> </Card.Body> <Card.Footer content={<Button type="primary" size="small">左边</Button>} extra={<Button type="primary" size="small">右边</Button>} /> </Card>
希望 content 里面显示左边,extra 里面显示右边
结果左右两边都是左边, 还有截图中门店和门店号中间为什么会有两条线呢?
The text was updated successfully, but these errors were encountered:
4bf3347
silentcloud
No branches or pull requests
环境
复现步骤
我在 Card.Footer 组件的 content 和 extra 中各传入了一个 Button 组件,代码如下:
预期的正常效果
希望 content 里面显示左边,extra 里面显示右边
结果
结果左右两边都是左边,
还有截图中门店和门店号中间为什么会有两条线呢?
The text was updated successfully, but these errors were encountered: