chore(deps): upgrade antd to v6

This commit is contained in:
jialin
2026-01-06 17:21:32 +08:00
parent b2f5eb8850
commit 17de9d98f4
69 changed files with 2490 additions and 2657 deletions
+4 -2
View File
@@ -195,11 +195,13 @@ const AddModal: React.FC<AddModalProps> = (props) => {
padding: '0 0 16px',
overflowX: 'hidden'
},
content: {
section: {
borderRadius: '6px 0 0 6px'
},
wrapper: {
width: 600
}
}}
width={600}
footer={false}
>
<SegmentedHeader>
@@ -231,7 +231,7 @@ const BackendCard: React.FC<BackendCardProps> = ({ data, onSelect }) => {
<Tag
color="geekblue"
className="font-400"
bordered={false}
variant="filled"
style={{ borderRadius: 'var(--ant-border-radius)', margin: 0 }}
>
{intl.formatMessage({ id: 'backend.builtin' })}