Merge pull request #328 from dataease/pr@dev@fix_视图表格组件高度问题

fix: 视图表格组件高度问题
This commit is contained in:
XiaJunjie2020
2021-07-26 11:16:49 +08:00
committed by GitHub

View File

@@ -264,4 +264,8 @@ export default {
.table-class>>>.body--wrapper{
background: rgba(1,1,1,0);
}
.table-class>>>.elx-cell{
max-height: none!important;
line-height: normal!important;
}
</style>