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
@@ -20,7 +20,9 @@ const WorkerDetailModal: React.FC<WorkerDetailModalProps> = ({
return (
<GSDrawer
width={'calc(100vw - 200px)'}
styles={{
wrapper: { width: 'calc(100vw - 200px)' }
}}
title={`${currentData?.name}`}
open={open}
destroyOnHidden={true}
@@ -159,7 +159,7 @@ const DistributionInfo: React.FC<{
toolTipProps={{
trigger: 'hover',
styles: {
body: {
container: {
width: 'max-content',
maxWidth: '520px',
minWidth: '400px'
@@ -221,7 +221,7 @@ const OffloadInfo: React.FC<{
return (
<Tooltip
styles={{
body: {
container: {
paddingInline: 12
}
}}