更新续费按钮背景色

This commit is contained in:
jingrow 2025-07-01 14:46:38 +08:00
parent e959421964
commit fbc957086a
2 changed files with 3 additions and 3 deletions

View File

@ -67,7 +67,7 @@
<Button
@click="openRenewalDialog"
v-if="$site.pg.site_end_date && !$site.pg.current_plan?.is_trial_plan"
class="px-5 !bg-blue-600 !hover:bg-blue-700 !active:bg-blue-800 !text-white"
class="px-5 !bg-[#1fc76f] !hover:bg-[#19b862] !active:bg-[#169e54] !text-white"
>
续费
</Button>

View File

@ -188,7 +188,7 @@
<div class="w-full">
<button v-if="!showPaymentProcessing && !paymentSuccess"
type="button"
class="w-full px-4 py-2 bg-blue-600 border border-transparent rounded-md text-sm font-medium text-white hover:bg-blue-700 focus:outline-none"
class="w-full px-4 py-2 bg-[#1fc76f] border border-transparent rounded-md text-sm font-medium text-white hover:bg-[#19b862] focus:outline-none"
@click="createRenewalOrder"
:disabled="isLoading"
>
@ -198,7 +198,7 @@
<div class="flex justify-between w-full" v-else>
<button
type="button"
class="px-4 py-2 bg-blue-600 border border-transparent rounded-md text-sm font-medium text-white hover:bg-blue-700 focus:outline-none ml-auto"
class="px-4 py-2 bg-[#1fc76f] border border-transparent rounded-md text-sm font-medium text-white hover:bg-[#19b862] focus:outline-none ml-auto"
@click="cancel"
v-if="paymentSuccess"
>