From ae711d572606f06bfa3906c6cd7014a5e20f5a54 Mon Sep 17 00:00:00 2001 From: zhouxueli <2841188632@qq.com> Date: Fri, 14 Mar 2025 09:40:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=8C=E6=89=8B=E8=BD=A6=E4=BA=A4=E6=98=93?= =?UTF-8?q?=EF=BC=8C=E5=B0=8F=E6=89=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/secondHandCar/forSale.vue | 1 + src/views/secondHandCar/wantBuySale.vue | 1 + 2 files changed, 2 insertions(+) diff --git a/src/views/secondHandCar/forSale.vue b/src/views/secondHandCar/forSale.vue index f9ee7e6b..d2405359 100644 --- a/src/views/secondHandCar/forSale.vue +++ b/src/views/secondHandCar/forSale.vue @@ -322,6 +322,7 @@ export default { font-weight: bold; border-radius: 5px; color: #FFFFFF; + cursor: pointer; } .btn{ width: 296px; diff --git a/src/views/secondHandCar/wantBuySale.vue b/src/views/secondHandCar/wantBuySale.vue index 19e0743c..658b3f03 100644 --- a/src/views/secondHandCar/wantBuySale.vue +++ b/src/views/secondHandCar/wantBuySale.vue @@ -257,6 +257,7 @@ export default { bottom: 20px; left: 50%; transform: translateX(-50%); + cursor: pointer; } }