From 731578055a4dc791d026a9e82b3e59a97d40a9a9 Mon Sep 17 00:00:00 2001 From: liaoxinyu Date: Fri, 15 Mar 2024 10:32:15 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9A=90=E8=97=8F=E5=9B=BE=E7=89=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/contract/index.vue | 2 +- src/views/exchange/index.vue | 4 ++-- src/views/home/index.vue | 5 +++-- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/src/views/contract/index.vue b/src/views/contract/index.vue index 018384b..fab1232 100644 --- a/src/views/contract/index.vue +++ b/src/views/contract/index.vue @@ -9,7 +9,7 @@
- +
{{ activeContract.pair_name }}
diff --git a/src/views/exchange/index.vue b/src/views/exchange/index.vue index a22f131..b1c4c3f 100644 --- a/src/views/exchange/index.vue +++ b/src/views/exchange/index.vue @@ -9,7 +9,7 @@
- +
{{ activeContract.pair_name }}
@@ -231,7 +231,7 @@ export default { delete marketList.price } return marketList; - }, + } }, watch: { diff --git a/src/views/home/index.vue b/src/views/home/index.vue index 042adce..a55cea9 100644 --- a/src/views/home/index.vue +++ b/src/views/home/index.vue @@ -502,7 +502,7 @@
-
+
{{ $t("homeNewText.hh14") }}
{{ $t("homeNewText.hh15") }}
@@ -2273,11 +2273,12 @@ border-radius: 10px; } .CryptoJourney { - width: 1920px; + width: 100%; height: 531px; background-image: url('../../assets/img/home/home6.png'); background-size: 1920px; background-repeat: no-repeat; + background-position: center; margin: 100px auto 100px; // display: flex; position: relative;