fix: 视图表格组件高度问题

This commit is contained in:
junjie 2021-07-26 11:15:48 +08:00
parent eb85ac7b4a
commit c0870cc0ea

View File

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