From 943839ddca6ec4b81f40d4006cfefabed5025bc5 Mon Sep 17 00:00:00 2001 From: "gao.zhiyuan" Date: Mon, 24 Apr 2023 17:00:27 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=86=E9=A2=91=E5=92=8Cxy=E8=A7=86=E5=9B=BE?= =?UTF-8?q?=E5=AE=BD=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- console/client/src/sections/console/containers/index.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/console/client/src/sections/console/containers/index.js b/console/client/src/sections/console/containers/index.js index 5d7218e..25767b0 100644 --- a/console/client/src/sections/console/containers/index.js +++ b/console/client/src/sections/console/containers/index.js @@ -68,7 +68,7 @@ function Index (props) { } const canvasArea = document.getElementById('canvasArea') const canvasHeight = canvasArea.clientHeight - 12 * 2 - 6 - const canvasWidth = canvasArea.clientWidth - 12 * 2 + const canvasWidth = canvasArea.clientWidth / 14 * 10 - 12 * 2 const mainColor = "rgb(249,179,45)" if (type == 'xy') { // xy 视图 @@ -531,7 +531,7 @@ function Index (props) { - +
您的浏览器不支持canvas,请更换浏览器. @@ -549,7 +549,7 @@ function Index (props) {
-
+
您的浏览器不支持canvas,请更换浏览器.