Browse Source

优化

master
陈裕财 2 years ago
parent
commit
c3b1ee7c53
  1. 7
      src/components/mdp-ui/mdp.scss

7
src/components/mdp-ui/mdp.scss

@ -421,3 +421,10 @@ table tr.hover-row{
} }
} }
} }
.echart-box{
min-height: calc(60vh);
max-height: calc(80vh);
overflow-y: 'hidden';
width:100%;
padding:10px;
}
Loading…
Cancel
Save