From 2267894a80799691df9d41a01f8c460ee3d61366 Mon Sep 17 00:00:00 2001 From: A1300399510 Date: Wed, 9 Aug 2023 17:13:59 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=87=E6=B8=A1=E6=95=88=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/apartment/seachModule.vue | 2 ++ src/components/public/transmitBtn.vue | 4 ++++ src/views/apartmentDetail.vue | 11 ++++++++--- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/src/components/apartment/seachModule.vue b/src/components/apartment/seachModule.vue index deb6e5e..9d8536d 100644 --- a/src/components/apartment/seachModule.vue +++ b/src/components/apartment/seachModule.vue @@ -428,6 +428,8 @@ let deleteSeachVal = (i) => { width: 0; height: 0; position: absolute; + // bottom: -46px; + // left: -6px; bottom: -47px; left: -7px; } diff --git a/src/components/public/transmitBtn.vue b/src/components/public/transmitBtn.vue index a7df09e..23ea8d5 100644 --- a/src/components/public/transmitBtn.vue +++ b/src/components/public/transmitBtn.vue @@ -198,6 +198,10 @@ const copy = () => { cursor: pointer; color: #000; } + +.transmit-unfold-box .copy-link-btn:hover { + background: rgba(70, 223, 186, 0.8); +}