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