From 2c44b2dca5c6c76ea60e8923d2247afd500f75d4 Mon Sep 17 00:00:00 2001 From: "34701892@qq.com" <34701892@qq.com> Date: Thu, 15 Jan 2026 09:29:38 +0800 Subject: [PATCH] =?UTF-8?q?style(articleList):=20=E8=B0=83=E6=95=B4?= =?UTF-8?q?=E6=A0=87=E7=AD=BE=E5=AD=97=E4=BD=93=E5=A4=A7=E5=B0=8F=E4=BB=A5?= =?UTF-8?q?=E4=BF=9D=E6=8C=81=E6=A0=B7=E5=BC=8F=E4=B8=80=E8=87=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/articleList/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/articleList/index.vue b/src/components/articleList/index.vue index 782c316..7c2506f 100644 --- a/src/components/articleList/index.vue +++ b/src/components/articleList/index.vue @@ -33,9 +33,9 @@ - 中国证券报 + 中国证券报 - {{ + {{ dayjs(item.time).format("YYYY-MM-DD HH:MM:ss") }} @@ -143,7 +143,7 @@ const handleClick = (item: any) => { border-radius: 4rpx; background-color: #e7303f; // font-size: 20rpx; - font-size: var(--h6-font-size); + font-size: 22rpx; color: #fff; z-index: 9; }