feat: 更新银行卡管理页面标题样式,调整文本颜色以提升可读性

This commit is contained in:
2025-12-27 21:07:06 +07:00
parent af22b1c75e
commit 4f8f06df09

View File

@@ -118,7 +118,7 @@ onUpdated(() => {
<div class="w-20 h-20 rounded-full bg-[#171717] flex items-center justify-center mb-6 shadow-lg"> <div class="w-20 h-20 rounded-full bg-[#171717] flex items-center justify-center mb-6 shadow-lg">
<ion-icon :icon="cardOutline" class="text-4xl text-white" /> <ion-icon :icon="cardOutline" class="text-4xl text-white" />
</div> </div>
<h3 class="text-xl font-semibold text-#151515 dark:text-white mb-2"> <h3 class="text-xl font-semibold text-text-200 mb-2">
{{ t('bankCard.empty.title') }} {{ t('bankCard.empty.title') }}
</h3> </h3>
<p class="text-gray-600 dark:text-gray-400 text-sm leading-relaxed mb-8"> <p class="text-gray-600 dark:text-gray-400 text-sm leading-relaxed mb-8">