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;