mirror of
https://github.com/casdoor/casdoor.git
synced 2025-09-10 08:02:57 +08:00
feat: update antd from 5.2.3 to 5.24.1 (#3593)
This commit is contained in:
@@ -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 ? (
|
||||
|
Reference in New Issue
Block a user