From 19a5d45ae39a61ea4a57e6afd12d48e6e8c24c4d Mon Sep 17 00:00:00 2001 From: zhangjun1 Date: Thu, 13 Aug 2020 11:41:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E5=9B=BE=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/workbench/workPlace.vue | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/pages/workbench/workPlace.vue b/src/pages/workbench/workPlace.vue index 17364c2..3e79d03 100644 --- a/src/pages/workbench/workPlace.vue +++ b/src/pages/workbench/workPlace.vue @@ -1755,16 +1755,16 @@ export default { tooltip: { show: false }, - legend: { - bottom: -5, - left: "center", - itemWidth: 10, - itemHeight: 10, - orient: "horizontal", - data: legendarr, - backgroundColor: "#f4f7fc", - borderRadius:8 - }, + // legend: { + // bottom: -5, + // left: "center", + // itemWidth: 10, + // itemHeight: 10, + // orient: "horizontal", + // data: legendarr, + // backgroundColor: "#f4f7fc", + // borderRadius:8 + // }, toolbox: { show: false }, -- 2.26.0