fix: 视图表格组件行高优化

This commit is contained in:
junjie 2021-07-30 19:26:15 +08:00
parent a70c64ced1
commit 03659d9316

View File

@ -269,4 +269,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>