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); } } }