style: cluster creation steps

This commit is contained in:
jialin
2026-01-06 17:21:32 +08:00
parent 0ba8300959
commit 0eba1da6c4
21 changed files with 223 additions and 79 deletions
@@ -261,7 +261,7 @@ const ModelItem: React.FC<ModelItemProps> = forwardRef((props, ref) => {
placement: 'right'
}}
minWidth={60}
maxWidth={180}
maxWidth={220}
>
{data.label}
</AutoTooltip>
@@ -275,7 +275,7 @@ const ModelItem: React.FC<ModelItemProps> = forwardRef((props, ref) => {
placement: 'right'
}}
minWidth={60}
maxWidth={180}
maxWidth={220}
>
{data.label}
</AutoTooltip>