This commit is contained in:
telangpu
2026-05-07 13:03:47 +08:00
parent edec02e4ef
commit 40067a1ea1
4 changed files with 4 additions and 10 deletions

View File

@@ -147,7 +147,7 @@
class="sp-btn-submit"
:disabled="!isFormValid"
>
Pagar {{ configData?.pay_amount ? configData.pay_amount : '$ 0.99' }}
Pagar {{ configData?.pay_amount ? configData.pay_amount : '$0.99' }}
</button>
<div class="sp-secure-badge-container">
<div class="sp-secure-badge-content">

View File

@@ -274,13 +274,12 @@ onUnmounted(() => {
}
.payment-options-title {
width: 100%;
width: 92%;
max-width: 440px;
font-size: 18px;
font-weight: 700;
color: #3e4a59;
margin-bottom: 25px;
padding-left: 10px;
}
.verification-card {