Browse Source

优化

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

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

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