From 33fb6a63c0016d915bc5aa745a4ea9d98f4741f0 Mon Sep 17 00:00:00 2001 From: v6ole Date: Sun, 12 Jul 2026 20:17:03 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A7=BB=E5=8A=A8=E7=AB=AF=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E5=8D=A1=E7=89=87=E5=8E=BB=E6=8E=89=E7=BC=96=E8=BE=91?= =?UTF-8?q?=E6=8C=89=E9=92=AE=EF=BC=8C=E7=82=B9=E5=87=BB=E5=8D=A1=E7=89=87?= =?UTF-8?q?=E7=9B=B4=E6=8E=A5=E8=BF=9B=E5=85=A5=E7=BC=96=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude --- frontend/src/views/mobile/KeyVisitsList.vue | 3 --- frontend/src/views/mobile/MiniBizList.vue | 3 --- frontend/src/views/mobile/PlansList.vue | 3 --- 3 files changed, 9 deletions(-) diff --git a/frontend/src/views/mobile/KeyVisitsList.vue b/frontend/src/views/mobile/KeyVisitsList.vue index 72b435d..a2f82a9 100644 --- a/frontend/src/views/mobile/KeyVisitsList.vue +++ b/frontend/src/views/mobile/KeyVisitsList.vue @@ -53,7 +53,6 @@ async function handleDelete(id: string) {
{{ item.description }}
@@ -86,8 +85,6 @@ async function handleDelete(id: string) { .card-content { font-family: var(--font-body); font-size: 14px; color: var(--ink); margin-bottom: 6px; line-height: 1.5; } .card-footer { display: flex; align-items: center; justify-content: space-between; } .card-customer { font-size: 12px; color: var(--warm-gray); } -.card-action { background: none; border: none; cursor: pointer; opacity: 0.5; font-size: 14px; } -.card-action:hover { opacity: 1; } .empty-state { text-align: center; padding: 48px 0; } .empty-glyph { font-family: var(--font-heading); font-size: 40px; color: var(--gold); opacity: 0.4; margin-bottom: 8px; } .empty-text { font-family: var(--font-body); font-size: 15px; color: var(--warm-gray); margin: 0; } diff --git a/frontend/src/views/mobile/MiniBizList.vue b/frontend/src/views/mobile/MiniBizList.vue index 702d349..42aed19 100644 --- a/frontend/src/views/mobile/MiniBizList.vue +++ b/frontend/src/views/mobile/MiniBizList.vue @@ -53,7 +53,6 @@ async function handleDelete(id: string) {
{{ item.product_type }}
@@ -86,8 +85,6 @@ async function handleDelete(id: string) { .card-content { font-family: var(--font-body); font-size: 14px; color: var(--ink); margin-bottom: 6px; line-height: 1.5; } .card-footer { display: flex; align-items: center; justify-content: space-between; } .card-customer { font-size: 12px; color: var(--warm-gray); } -.card-action { background: none; border: none; cursor: pointer; opacity: 0.5; font-size: 14px; } -.card-action:hover { opacity: 1; } .empty-state { text-align: center; padding: 48px 0; } .empty-glyph { font-family: var(--font-heading); font-size: 40px; color: var(--gold); opacity: 0.4; margin-bottom: 8px; } .empty-text { font-family: var(--font-body); font-size: 15px; color: var(--warm-gray); margin: 0; } diff --git a/frontend/src/views/mobile/PlansList.vue b/frontend/src/views/mobile/PlansList.vue index 6c599e7..41f310e 100644 --- a/frontend/src/views/mobile/PlansList.vue +++ b/frontend/src/views/mobile/PlansList.vue @@ -51,7 +51,6 @@ async function handleDelete(id: string) {
{{ item.plan_content }}
@@ -84,8 +83,6 @@ async function handleDelete(id: string) { .card-content { font-family: var(--font-body); font-size: 14px; color: var(--ink); margin-bottom: 6px; line-height: 1.5; } .card-footer { display: flex; align-items: center; justify-content: space-between; } .card-customer { font-size: 12px; color: var(--warm-gray); } -.card-action { background: none; border: none; cursor: pointer; opacity: 0.5; font-size: 14px; } -.card-action:hover { opacity: 1; } .empty-state { text-align: center; padding: 48px 0; } .empty-glyph { font-family: var(--font-heading); font-size: 40px; color: var(--gold); opacity: 0.4; margin-bottom: 8px; } .empty-text { font-family: var(--font-body); font-size: 15px; color: var(--warm-gray); margin: 0; }