From 1bb35285b06aa880adb261e1ce4061aab8bdc68c Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Mon, 16 Jan 2023 16:24:04 +0800 Subject: [PATCH] =?UTF-8?q?refactor(=E8=A7=86=E5=9B=BE):=20=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E7=A7=BB=E5=8A=A8=E7=AB=AFechart=E6=8A=98=E7=BA=BF?= =?UTF-8?q?=E5=9B=BE=E6=8A=98=E7=82=B9=E6=8A=98=E7=BA=BF=E7=9A=84=E5=A4=A7?= =?UTF-8?q?=E5=B0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/canvas/utils/style.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/canvas/utils/style.js b/frontend/src/components/canvas/utils/style.js index 7bdabaad42..d6e254e97a 100644 --- a/frontend/src/components/canvas/utils/style.js +++ b/frontend/src/components/canvas/utils/style.js @@ -277,8 +277,8 @@ export const THEME_ATTR_TRANS_SLAVE1_BACKGROUND = { // 移动端特殊属性 export const mobileSpecialProps = { - 'lineWidth': 3, // 线宽固定值 - 'lineSymbolSize': 5// 折点固定值 + 'lineWidth': 2, // 线宽固定值 + 'lineSymbolSize': 8// 折点固定值 } export function getScaleValue(propValue, scale) {