From 86370eb4611d0b7208dfa4576b001a7536b709ba Mon Sep 17 00:00:00 2001 From: yuyongdong Date: Tue, 20 Aug 2024 17:18:33 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=92=BB=E7=9F=B3?= =?UTF-8?q?=E8=AE=B0=E5=BD=95=E6=96=87=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/assets/assetsHeader.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/assets/assetsHeader.vue b/src/components/assets/assetsHeader.vue index 6bdd05a..d88441f 100644 --- a/src/components/assets/assetsHeader.vue +++ b/src/components/assets/assetsHeader.vue @@ -429,7 +429,7 @@
  • - Action + Type
  • Date From 74606a70e9aae01283c62cc74a923b7a01a91ef9 Mon Sep 17 00:00:00 2001 From: yuyongdong Date: Tue, 20 Aug 2024 18:58:23 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E4=BF=AE=E6=94=B9marketplace=E8=8B=B1?= =?UTF-8?q?=E9=9B=84=E7=AD=89=E7=BA=A7=E7=AD=9B=E9=80=89=EF=BC=8C=E7=A0=96?= =?UTF-8?q?=E7=9F=B3=E8=AE=B0=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/assets/assetsHeader.vue | 12 +++++++++--- src/components/common/searchView/hero.vue | 10 +++++----- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/src/components/assets/assetsHeader.vue b/src/components/assets/assetsHeader.vue index d88441f..cf965cb 100644 --- a/src/components/assets/assetsHeader.vue +++ b/src/components/assets/assetsHeader.vue @@ -429,11 +429,14 @@
  • - Type + Action
  • Date
  • +
  • + From +
  • Amount
  • @@ -453,6 +456,9 @@
  • {{ timeFormat(item.date*1000) }}
  • +
  • + {{ sliceAddress(item.from) }} +
  • {{contributionLogs(item.amount)}} @@ -474,7 +480,7 @@ import ConfirmDialog from "@/components/Dialogs/confirmDialog.vue"; import LoadingDialog from "@/components/Dialogs/loadingDialog.vue" import {createModal} from "@/utils/model.util"; import { apiCecInfo, apiExpected, apiUserData, apiContribution, apiRechargeGoods, apiRechargeHistory, apiDiamondHistory, apiGameLog } from "@/utils/marketplace" -import { priceCalculated, timeFormat, contributionLogs } from "@/configs/priceCalculate" +import { priceCalculated, timeFormat, contributionLogs, sliceAddress } from "@/configs/priceCalculate" import { rechargeImgList } from "@/configs/cenImg" import { icon_usdc } from "@/configs/configchain" import { useMarketplaceStore } from "@/store/marketplace" @@ -1770,7 +1776,7 @@ onMounted(() => { &:nth-child(2) { width: 40%; } - &:nth-child(3) { + &:last-child { border-radius: 0 50px 50px 0; } } diff --git a/src/components/common/searchView/hero.vue b/src/components/common/searchView/hero.vue index 873f0c2..988ea15 100644 --- a/src/components/common/searchView/hero.vue +++ b/src/components/common/searchView/hero.vue @@ -65,11 +65,11 @@ const handleClick = (event) => { const rankList = [ - { label: "Tier1", value: "1" }, - { label: "Tier2", value: "2" }, - { label: "Tier3", value: "3" }, - { label: "Tier4", value: "4" }, - { label: "Tier5", value: "5" }, + { label: "Tier1", value: "2" }, + { label: "Tier2", value: "3" }, + { label: "Tier3", value: "4" }, + { label: "Tier4", value: "5" }, + { label: "Tier5", value: "6" }, ]; const state = reactive({ From 5a706cdfff0e09da88ac99696a3be29bcc340273 Mon Sep 17 00:00:00 2001 From: yuyongdong Date: Wed, 21 Aug 2024 10:43:56 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=85=85=E5=80=BC?= =?UTF-8?q?=E5=BC=B9=E7=AA=97=E8=B4=A1=E7=8C=AE=E5=80=BC=E6=96=87=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/assets/assetsHeader.vue | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/src/components/assets/assetsHeader.vue b/src/components/assets/assetsHeader.vue index cf965cb..4e67c76 100644 --- a/src/components/assets/assetsHeader.vue +++ b/src/components/assets/assetsHeader.vue @@ -347,10 +347,10 @@
    Top-Up
    -

    Boost Your

    +
    -

    contribution

    +

    Top-Up to Earn

    @@ -1805,6 +1805,11 @@ onMounted(() => { justify-content: center; align-items: center; color: #9950FA; + span { + display: inline-block; + width: 90px; + text-align: right; + } img { width: 25px; height: 28px; @@ -2056,7 +2061,7 @@ onMounted(() => { } span { font-family: 'Poppins'; - font-size: 18px; + font-size: 26px; color: #03d4f5; } }