feat:【antd】【ele】【pay 支付】pay/demo/withdraw 迁移 ele 版本

This commit is contained in:
YunaiV
2025-10-06 20:15:17 +08:00
parent 5d9af538fd
commit dd7e4d9513
3 changed files with 29 additions and 16 deletions

View File

@@ -49,7 +49,7 @@ const [Modal, modalApi] = useVbenModal({
</script>
<template>
<Modal class="w-2/5" :title="$t('ui.actionTitle.create', ['示例提现单'])">
<Modal class="w-1/4" title="发起提现">
<Form class="mx-4" />
</Modal>
</template>