From f1f3bdec5bd65a52dde18bb200f799e509fa1e2c Mon Sep 17 00:00:00 2001 From: hym Date: Mon, 21 Oct 2024 10:42:30 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E8=BF=94=E5=9B=9E=E9=A6=96?= =?UTF-8?q?=E9=A1=B5=20logo=20=E5=9B=BE=E6=A0=87=E4=BD=8D=E7=BD=AE?= =?UTF-8?q?=EF=BC=8C=E6=B7=BB=E5=8A=A0=E6=96=87=E5=AD=97=E8=AF=B4=E6=98=8E?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/dataSearch.vue | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/src/views/dataSearch.vue b/src/views/dataSearch.vue index 487bc76..1ff7f99 100644 --- a/src/views/dataSearch.vue +++ b/src/views/dataSearch.vue @@ -105,7 +105,8 @@
-

{{ item.voyage_name }} {{ item.voyage_mileage }}海里

+

{{ item.voyage_name }} {{ item.voyage_mileage }}海里

{{ item.funding_org }}
@@ -150,7 +151,9 @@
@@ -919,8 +922,16 @@ export default { height: 60px; cursor: pointer; position: absolute; - bottom: 20px; - right: 20px; + top: 20px; + left: 20px; + } + + .goHome { + cursor: pointer; + position: absolute; + top: 85px; + left: 20px; + color: rgba(255,255, 255, 0.8); } } }