From 13c555bca784d835f243b61c05f90b3a4070bd34 Mon Sep 17 00:00:00 2001 From: zpc Date: Mon, 13 Oct 2025 20:52:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9RMB=E7=AC=A6=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CoreCms.Net.Uni-App/CoreShop/static/style/coreCommon.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CoreCms.Net.Uni-App/CoreShop/static/style/coreCommon.scss b/CoreCms.Net.Uni-App/CoreShop/static/style/coreCommon.scss index f69c482..5067ce9 100644 --- a/CoreCms.Net.Uni-App/CoreShop/static/style/coreCommon.scss +++ b/CoreCms.Net.Uni-App/CoreShop/static/style/coreCommon.scss @@ -137,7 +137,7 @@ page, .bg-page { background: #f7f7f7; } .coreshop-line-height-initial { line-height: initial } /*人民币符号*/ -.coreshop-text-price::before { content: "¥"; font-size: 80%; margin-right: 4upx; } +.coreshop-text-price::before { content: ""; font-size: 80%; margin-right: 4upx; } /*字体格式*/ .coreshop-text-bold { font-weight: bold; }