From 1ce56aef47fbad5c7538097c0ae1c97fae480df3 Mon Sep 17 00:00:00 2001 From: dongqian <3475123872@qq.com> Date: Fri, 31 Oct 2025 16:46:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E7=B2=97=E9=80=89=E8=82=A1=E7=AD=96?= =?UTF-8?q?=E7=95=A5=E6=95=B0=E6=8D=AE=E5=AD=97=E4=BD=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/deepExploration/stockSelectDetail.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pages/deepExploration/stockSelectDetail.vue b/pages/deepExploration/stockSelectDetail.vue index 4d133b7..116fa42 100644 --- a/pages/deepExploration/stockSelectDetail.vue +++ b/pages/deepExploration/stockSelectDetail.vue @@ -342,18 +342,19 @@ display: flex; border-top: 1rpx dashed #eee; width: 210%; + font-weight: 400; &.increase-positive { .other_colum { color: #2DD357; - font-weight: 200; + font-weight: 400; } } &.increase-negative { .other_colum { color: #FF4150; - font-weight: 200; + font-weight: 400; } }