new changes

This commit is contained in:
Mamalizz
2025-02-02 18:00:26 +03:30
parent dfba24ed61
commit c59ce6c75b
+3 -6
View File
@@ -69,7 +69,7 @@ const selectedGateway = ref<PaymentGateway>(paymentGateways.value[0]);
:key="index" :key="index"
:class=" :class="
selectedGateway.id == gateway.id selectedGateway.id == gateway.id
? 'ring-2 ring-offset-2 ring-cyan-500 border-cyan-500' ? 'ring-2 ring-offset-2 ring-black border-black'
: 'border-slate-200' : 'border-slate-200'
" "
class="w-full p-5 border rounded-xl flex flex-col gap-4 transition-all cursor-pointer" class="w-full p-5 border rounded-xl flex flex-col gap-4 transition-all cursor-pointer"
@@ -99,13 +99,10 @@ const selectedGateway = ref<PaymentGateway>(paymentGateways.value[0]);
<div class="h-7 flex-center col-span-full lg:hidden"> <div class="h-7 flex-center col-span-full lg:hidden">
<button class="gap-2 flex-center"> <button class="gap-2 flex-center">
<span class="text-sm font-bold text-cyan-500"> <span class="text-sm font-bold text-black">
مشاهده بیشتر مشاهده بیشتر
</span> </span>
<Icon <Icon name="bi:chevron-down" class="**:stroke-black" />
name="bi:chevron-down"
class="**:stroke-cyan-500"
/>
</button> </button>
</div> </div>
</div> </div>