From e140861a2b2634761f74edcf419b47952fc60845 Mon Sep 17 00:00:00 2001 From: Mars <3361409208a@gmail.com> Date: Fri, 12 Jun 2026 11:31:14 +0800 Subject: [PATCH] =?UTF-8?q?fix(player):=20=E7=A7=BB=E9=99=A4=E9=92=B1?= =?UTF-8?q?=E5=8C=85=E4=B8=8E=E5=85=85=E5=80=BC=E9=A1=B5=E9=93=B6=E8=A1=8C?= =?UTF-8?q?=E5=8D=A1=E8=8A=AF=E7=89=87=E8=A3=85=E9=A5=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 去掉 ProfileView、RechargeView 中的 bank-card-chip 元素及样式。 Co-authored-by: Cursor --- apps/player/src/views/ProfileView.vue | 28 -------------------------- apps/player/src/views/RechargeView.vue | 28 -------------------------- 2 files changed, 56 deletions(-) diff --git a/apps/player/src/views/ProfileView.vue b/apps/player/src/views/ProfileView.vue index e88d8c0..d29b9cd 100644 --- a/apps/player/src/views/ProfileView.vue +++ b/apps/player/src/views/ProfileView.vue @@ -123,9 +123,6 @@ const balanceAmountClass = computed(() => {
-
THEBET365 @@ -387,31 +384,6 @@ const balanceAmountClass = computed(() => { min-width: 0; } -.bank-card-chip { - width: 34px; - height: 24px; - border-radius: 5px; - background: linear-gradient(135deg, #e8c96a 0%, #c9a227 40%, #a8841f 100%); - border: 1px solid rgba(255, 255, 255, 0.25); - box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.3), 0 2px 4px rgba(0, 0, 0, 0.3); - display: flex; - flex-direction: column; - justify-content: center; - gap: 3px; - padding: 0 7px; - flex-shrink: 0; -} - -.bank-card-chip span { - display: block; - height: 2px; - border-radius: 1px; - background: rgba(0, 0, 0, 0.25); -} - -.bank-card-chip span:nth-child(2) { width: 70%; } -.bank-card-chip span:nth-child(3) { width: 50%; } - .brand-logo { width: 22px; height: 22px; diff --git a/apps/player/src/views/RechargeView.vue b/apps/player/src/views/RechargeView.vue index 5837d3c..87fe961 100644 --- a/apps/player/src/views/RechargeView.vue +++ b/apps/player/src/views/RechargeView.vue @@ -214,9 +214,6 @@ onMounted(fetchMethods);