From 0667e24617d81e4be4262237efcb7c7f37f2ce73 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期一, 23 十一月 2020 09:24:20 +0800 Subject: [PATCH] # --- src/main/webapp/views/monitor/monitor.html | 30 ++++++++++++++++++++++-------- 1 files changed, 22 insertions(+), 8 deletions(-) diff --git a/src/main/webapp/views/monitor/monitor.html b/src/main/webapp/views/monitor/monitor.html index 10b87fe..75a6899 100644 --- a/src/main/webapp/views/monitor/monitor.html +++ b/src/main/webapp/views/monitor/monitor.html @@ -384,6 +384,20 @@ }); /***********************************************************************************/ + /************************************* 澶撮儴鎸夐挳 *************************************/ + /***********************************************************************************/ + // 宸� + $('.button-left').click(function () { + exitFull(); + }); + // 鍙� + $('.button-right').click(function () { + full(); + }); + + + + /***********************************************************************************/ /************************************ 鍫嗗灈鏈洪�熷害 *************************************/ /***********************************************************************************/ @@ -393,14 +407,14 @@ tooltip: { formatter: '{a} <br/>{c} {b}' }, - toolbox: { - show: true, - feature: { - mark: {show: true}, - restore: {show: true}, - saveAsImage: {show: true} - } - }, + // toolbox: { // 淇濆瓨鍥剧墖 + // show: true, + // feature: { + // mark: {show: true}, + // restore: {show: true}, + // saveAsImage: {show: true} + // } + // }, series: [ { name: '璧拌閫熷害', -- Gitblit v1.9.1