NEZ-672 : 修改所有chart的预览功能 高度显示不正确的问题

This commit is contained in:
zhangyu
2021-05-26 13:58:39 +08:00
parent 16f128fc3f
commit 2abbbf92b4
4 changed files with 65 additions and 47 deletions

View File

@@ -302,8 +302,10 @@ export default {
.bottom-panel {
padding-top: 15px;
background-color: white;
padding-bottom: 50px;
height: calc(100% - 50px);
/*padding-bottom: 50px;*/
/*height: calc(100% - 50px);*/
padding-bottom: 10px;
height: calc(100% - 30px);
}
.chart-temp{
height: calc(100% - 20px);