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

@ -327,7 +327,7 @@ class App extends Component {
isAiAssistantOpen: false,
});
}}
visible={this.state.isAiAssistantOpen}
open={this.state.isAiAssistantOpen}
>
<iframe id="iframeHelper" title={"iframeHelper"} src={`${Conf.AiAssistantUrl}/?isRaw=1`} width="100%" height="100%" scrolling="no" frameBorder="no" />
</Drawer>