feat: 更新按钮样式,优化用户界面交互体验

This commit is contained in:
2025-12-19 23:08:55 +07:00
parent 7dd60df82e
commit 13943eec20
4 changed files with 11 additions and 9 deletions

View File

@@ -95,7 +95,7 @@ async function onSubmit() {
<ion-note>{{ t("recharge.fiat.note") }}</ion-note>
<ion-button expand="block" @click="onSubmit">
<ion-button expand="block" shape="round" color="success" @click="onSubmit">
{{ t("recharge.fiat.submit") }}
</ion-button>
</div>