NEZ-3222 fix:notebook 中 table 不使用分页

This commit is contained in:
zyh
2023-10-13 10:46:19 +08:00
parent 43d06c348d
commit e5c12fff9c
9 changed files with 47 additions and 12 deletions

View File

@@ -118,6 +118,18 @@
}
}
}
.table-chart-wrap{
height: auto !important;
min-height: 100px;
display: flex;
flex-direction: column;
.panel-chart{
flex: 1;
.tabel-chart-box{
height: auto !important;
}
}
}
.no-data{
text-align: center;
position: absolute;