From 25c55571e72a060763b0c677292707c8ce15803c Mon Sep 17 00:00:00 2001 From: xiaojinfei <378266566@qq.com> Date: Fri, 9 Jan 2026 11:37:58 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E8=B6=8B=E5=8A=BF=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/exa/HistoryLine.vue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/views/exa/HistoryLine.vue b/src/views/exa/HistoryLine.vue index 2a15960..b3ac196 100644 --- a/src/views/exa/HistoryLine.vue +++ b/src/views/exa/HistoryLine.vue @@ -60,8 +60,9 @@ watch( text: props.title, show: true, textStyle: { // 设置主标题的文字风格 - fontFamily: 'sans-serif', // 字体系列 - fontWeight: 350, + fontFamily: + '"PingFang SC","Microsoft YaHei","Helvetica Neue",Arial,sans-serif', + fontWeight: 600, color: 'black', // 字体颜色 fontSize: 16, // 文字大小 }, @@ -87,7 +88,7 @@ watch( // 网格 grid: { x: '2%', - y: '5%', + y: '10%', x2: '2%', y2: '10%', containLabel: false,