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 1/2] =?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) { From 3352f4ed412f649e5c4a0654ed741c97786b866f Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Mon, 16 Jan 2023 16:27:07 +0800 Subject: [PATCH 2/2] =?UTF-8?q?refactor(=E8=A7=86=E5=9B=BE):=20=E6=8E=A7?= =?UTF-8?q?=E5=88=B6=E8=A7=86=E5=9B=BE=E5=AF=BC=E5=87=BA=E5=9B=BE=E7=89=87?= =?UTF-8?q?=E6=9D=83=E9=99=90=E8=B7=9F=E9=9A=8F=E4=BB=AA=E8=A1=A8=E6=9D=BF?= =?UTF-8?q?=E5=AF=BC=E5=87=BA=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/canvas/components/editor/Preview.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/canvas/components/editor/Preview.vue b/frontend/src/components/canvas/components/editor/Preview.vue index 648499c89c..1ce56ac016 100644 --- a/frontend/src/components/canvas/components/editor/Preview.vue +++ b/frontend/src/components/canvas/components/editor/Preview.vue @@ -112,7 +112,7 @@ style="position: absolute;right: 70px;top:15px" >