fix: instance form ux

This commit is contained in:
jialin
2026-05-25 22:42:02 +08:00
committed by jialin
parent 5195b1e5fc
commit 921a2a0d81
14 changed files with 92 additions and 44 deletions
@@ -87,7 +87,8 @@ const StorageVolume = ({
};
return (
<FieldBlock>
<>
<div data-field="storage"></div>
<Flex
style={{
justifyContent: 'space-between',
@@ -149,7 +150,6 @@ const StorageVolume = ({
</Button>
)}
</Flex>
<div data-field="storage"></div>
{storageMode === StorageModeValueMap.Existing && (
<Form.Item
@@ -230,7 +230,7 @@ const StorageVolume = ({
onCancel={() => setOverlayOpen(false)}
onSubmit={handleCreateStorage}
/>
</FieldBlock>
</>
);
};