gpt4 book ai didi

css - 如何去除卡片中的填充和设计?

转载 作者:行者123 更新时间:2023-12-03 22:46:36 24 4
gpt4 key购买 nike

我正在使用 Ant 设计来响应 UI 组件。我需要删除为 Ant 设计卡提供的填充。

enter image description here

因此,我需要删除为 .ant-card-wider-padding 和 .ant-card-body 类提供的填充。我使用 JSS 来设置 UI 组件的样式。

cardStyle: {
marginTop: '30px',
boxShadow: '0px 1px 10px rgba(0,1,1,0.15)',
backgroundColor: '#ffffff',
borderStyle: 'solid',
outline: 'none',
width: '100%',
},

我正在使用 cardStyle 类来设计 Ant 设计卡的样式。现在我需要删除该卡中的填充。

最佳答案

来自 Ant Design 的文档

您需要覆盖 bodyStyle 中的样式不是 cardStyle

bodyStyle: Inline style to apply to the card content


<Card title="Card title" bodyStyle={{padding: "0"}}>Card content</Card>

关于css - 如何去除卡片中的填充和设计?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52578155/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com