diff --git a/common/style/new_style.css b/common/style/new_style.css index 7bbd4bf6..783cb8ca 100644 --- a/common/style/new_style.css +++ b/common/style/new_style.css @@ -2079,7 +2079,7 @@ button::after { } .card_batch { - color: #00B574; + color: #9747FF; padding: 5px; } @@ -2119,7 +2119,6 @@ button::after { .scan_view { background: linear-gradient(90deg, rgba(12, 194, 182, 0.2) 0%, rgba(12, 194, 182, 0) 100%) - } .card_view { diff --git a/common/style/pdabasic.css b/common/style/pdabasic.css index c8300b34..0d965d0a 100644 --- a/common/style/pdabasic.css +++ b/common/style/pdabasic.css @@ -473,7 +473,7 @@ export function getItemTypeStyle(val) { .detail-list { background-color: #fff; - /* padding: 10rpx; */ + padding: 10rpx; /* margin: 20rpx; */ /* border-radius: 16rpx; */ /* overflow: hidden; */ diff --git a/mycomponents/balance/balance.vue b/mycomponents/balance/balance.vue index 24244efd..cc47d918 100644 --- a/mycomponents/balance/balance.vue +++ b/mycomponents/balance/balance.vue @@ -1,5 +1,5 @@