From c3b1ee7c5305fed2aa0250081906259c881327b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=A3=95=E8=B4=A2?= Date: Thu, 9 Nov 2023 18:19:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/mdp-ui/mdp.scss | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/components/mdp-ui/mdp.scss b/src/components/mdp-ui/mdp.scss index 5901a2ed..4a9ffcf6 100644 --- a/src/components/mdp-ui/mdp.scss +++ b/src/components/mdp-ui/mdp.scss @@ -420,4 +420,11 @@ table tr.hover-row{ font-size: 22px; } } -} \ No newline at end of file +} +.echart-box{ + min-height: calc(60vh); + max-height: calc(80vh); + overflow-y: 'hidden'; + width:100%; + padding:10px; +} \ No newline at end of file