From a96208cabba81c33edcaa441cdf83e714ebce226 Mon Sep 17 00:00:00 2001 From: liqianjin <949671634@qq.com> Date: Wed, 8 Mar 2023 09:04:52 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E3=80=91=E4=B8=AA?= =?UTF-8?q?=E4=BA=BA=E4=B8=AD=E5=BF=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/diy-components/diy-member-info.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/components/diy-components/diy-member-info.vue b/components/diy-components/diy-member-info.vue index 40b7f08..15ac56e 100644 --- a/components/diy-components/diy-member-info.vue +++ b/components/diy-components/diy-member-info.vue @@ -748,10 +748,12 @@ export default { } .account-item { .value { - color: #000000; + color: #ee691c; + //color: #000000; } .title { - color: #666666; + color: #ee691c; + //color: #666666; } } }