From 3d5f55185539a39b1906afa4b1dec0a862b2313b Mon Sep 17 00:00:00 2001 From: weiyin Date: Mon, 26 Aug 2024 22:32:33 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9F=B1=E7=8A=B6=E4=BD=933D=E6=95=88?= =?UTF-8?q?=E6=9E=9C=E4=BC=98=E5=8C=96=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pageMonitor/bottomLeft/OpHistogram.vue | 5 +++ src/views/pageMonitor/bottomLeft/index.vue | 3 -- .../pageMonitor/bottomRight/DepHistogram.vue | 4 +++ src/views/pageMonitor/bottomRight/index.vue | 33 +++++++++++-------- 4 files changed, 28 insertions(+), 17 deletions(-) diff --git a/src/views/pageMonitor/bottomLeft/OpHistogram.vue b/src/views/pageMonitor/bottomLeft/OpHistogram.vue index 0a730c7..84a60be 100644 --- a/src/views/pageMonitor/bottomLeft/OpHistogram.vue +++ b/src/views/pageMonitor/bottomLeft/OpHistogram.vue @@ -166,6 +166,7 @@ export default { height: "80%", top: "8%", right: 0, + // bottom: "5%", }, xAxis: { @@ -270,6 +271,10 @@ export default { that.colors[index] ); }, + shadowBlur: 8, + shadowColor: "rgba(255,255,255,.4)", + borderColor: "rgba(255,255,255,.6)", + borderWidth: 0.4, }, }); }); diff --git a/src/views/pageMonitor/bottomLeft/index.vue b/src/views/pageMonitor/bottomLeft/index.vue index 6880ab4..1290b3b 100644 --- a/src/views/pageMonitor/bottomLeft/index.vue +++ b/src/views/pageMonitor/bottomLeft/index.vue @@ -47,11 +47,8 @@