chore(deps): upgrade antd to v6
This commit is contained in:
@@ -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' })}
|
||||
|
||||
Reference in New Issue
Block a user