From 389c9ed8476f94cec24479772d74bba701c44180 Mon Sep 17 00:00:00 2001 From: luyisha Date: Tue, 9 May 2023 18:40:27 +0800 Subject: [PATCH] 2 --- layout/vDropdwon.vue | 8 ++++---- pages/assets/records.vue | 22 ++++++++++++---------- pages/base/option-list.vue | 2 +- pages/exchange/exchange-transaction.vue | 1 + pages/exchange/open-position.vue | 5 +++-- pages/transfer/bill.vue | 18 +++++++++--------- 6 files changed, 30 insertions(+), 26 deletions(-) diff --git a/layout/vDropdwon.vue b/layout/vDropdwon.vue index 8342425..7047e34 100644 --- a/layout/vDropdwon.vue +++ b/layout/vDropdwon.vue @@ -125,7 +125,7 @@ export default { list-style: none; border-radius: 4rpx; // background-color:$panel-4; - background-color: $black; + background-color: #fff; padding-left: 0; box-shadow: 6rpx 6rpx 10rpx rgba(122, 122, 122, 0.2); transition: all 0.2s; @@ -133,7 +133,7 @@ export default { overflow: hidden; .li { box-sizing: border-box; - color: $light; + color: #333; height: 30px; // border-bottom: 1px solid $panel-4; font-size: 24rpx; @@ -164,8 +164,8 @@ export default { } .active{ // background-color: $panel-2; - background-color: #666; - color: $theme-1!important; + background-color: #ffffde; + color: #F7D558!important; } diff --git a/pages/assets/records.vue b/pages/assets/records.vue index 3bbe59b..b23b81a 100644 --- a/pages/assets/records.vue +++ b/pages/assets/records.vue @@ -11,33 +11,33 @@ - + - + - + - +
{{ $t("assets.c9") }} {{ $t("assets.d0") }} {{ $t("assets.c0") }}
{{ item.datetime | parseTime }} {{ item.status_text }} - {{$t('assets.d1')}} - {{$t('assets.d2')}} - {{$t('assets.d3')}} - + {{$t('assets.d1')}} + {{$t('assets.d2')}} + {{$t('assets.d3')}} + {{ item.amount }} - ({{ item.coin_name }}) + ({{ item.coin_name }})