feat: update antd from 5.2.3 to 5.24.1 (#3593)

This commit is contained in:
WindSpiritSR
2025-02-18 20:54:10 +08:00
committed by GitHub
parent aa52af02b3
commit d61f9a1856
16 changed files with 866 additions and 695 deletions

View File

@@ -147,7 +147,7 @@ class PricingPage extends React.Component {
if (Setting.isMobile()) {
return (
<Card style={{border: "none"}} bodyStyle={{padding: 0}}>
<Card style={{border: "none"}} styles={{body: {padding: 0}}}>
{
this.state.plans.map(item => {
return item.period === this.state.selectedPeriod ? (