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
@@ -58,7 +58,7 @@ const FooterButtons: React.FC<FooterButtonsProps> = (props) => {
<ArrowRightOutlined />
</Button>
)}
{showButtons.skip && (
{showButtons.done && (
<Button type="primary" onClick={handleCancel}>
{intl.formatMessage({ id: 'common.button.done' })}
</Button>
@@ -70,8 +70,7 @@ const FooterButtons: React.FC<FooterButtonsProps> = (props) => {
style={{ minWidth: 88 }}
loading={loading}
>
{/* {intl.formatMessage({ id: 'common.button.save' })} */}
Create & Continue
{intl.formatMessage({ id: 'common.button.save' })}
</Button>
)}
</div>