处理到期时间
site-dist-deploy / build-and-deploy (push) Successful in 1m17s

This commit is contained in:
2026-01-07 18:47:49 -08:00
parent 686be3a855
commit 833cd9e305
2 changed files with 4 additions and 7 deletions
+2 -5
View File
@@ -18,11 +18,8 @@
<div :class="'text-sm'">约${{ plan.daily }}/</div>
<div
v-if="plan.discount"
:class="[
index > 1 ? 'font-semibold' : '',
currentPlanIndex === index ? 'bg-[#A8FF53]! text-black' : ' ',
]"
class="absolute top-[20px] -right-[40px] h-[16px] w-[126px] origin-center rotate-45 bg-black text-center text-[14px] leading-[16px] font-[200] text-[#ADFF5B]"
:class="[currentPlanIndex === index ? 'bg-[#A8FF53]! text-black' : ' ']"
class="absolute top-[20px] -right-[40px] h-[16px] w-[126px] origin-center rotate-45 bg-black text-center text-[14px] leading-[16px] font-[200] font-semibold text-[#ADFF5B]"
>
{{ plan.discount }}
</div>