From ccaf2ef200a434cd2f525338638647130d9e70b5 Mon Sep 17 00:00:00 2001 From: li Date: Mon, 1 Jun 2026 23:57:32 +0800 Subject: [PATCH] =?UTF-8?q?style:=20PC=E4=BD=99=E9=A2=9D=E8=B4=A7=E5=B8=81?= =?UTF-8?q?=E7=AC=A6=E5=8F=B7=E2=82=AB=E6=94=B9=E4=B8=BA=E9=87=91=E9=BB=84?= =?UTF-8?q?=E8=89=B2(=E6=B7=B1=E5=BA=95=E9=87=91=E5=AD=97,=E7=AC=A6?= =?UTF-8?q?=E5=90=88OG=E4=B8=BB=E9=A2=98)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/menu/menu.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/menu/menu.vue b/src/components/menu/menu.vue index d5a2aeae..a84c2a7e 100644 --- a/src/components/menu/menu.vue +++ b/src/components/menu/menu.vue @@ -143,7 +143,7 @@ watch:{ background-size:18px auto;; } .left-box .info .item .icon_money{ - background:#c6c5c8; + background:#372300; border-radius:50%; width:24px; height:24px; @@ -152,7 +152,7 @@ watch:{ } .left-box .info .item .icon_money:before{ content:"\20AB"; /* 越南盾符号 đ(₫),与移动端一致,替换原误导的 $ 图标 */ - color:#372300; + color:#f5c842; font-size:15px; font-weight:bold; }