From 6f02943cb626892c686353509108f2963a758e08 Mon Sep 17 00:00:00 2001 From: ZiuChen <457353192@qq.com> Date: Thu, 8 Sep 2022 19:40:44 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=B0=83=E6=95=B4=E9=95=BF=E5=86=85?= =?UTF-8?q?=E5=AE=B9=E5=B1=95=E7=A4=BA=E7=9A=84=E9=A2=9C=E8=89=B2=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/style/cpns/clip-item-list.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/style/cpns/clip-item-list.less b/src/style/cpns/clip-item-list.less index 422d424..9aaf700 100644 --- a/src/style/cpns/clip-item-list.less +++ b/src/style/cpns/clip-item-list.less @@ -57,7 +57,8 @@ box-shadow: 0px 0px 3px @text-color; } .clip-over-sized-content { - color: @primary-color-lighter; + color: @primary-color; + text-shadow: 0px 0px 1px @primary-color-lighter; } } }