easyui datagird 解决行高不一致问题!

<style>
.datagrid-btable .datagrid-cell {
padding: 6px 4px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.datagrid-header-row, .datagrid-row {  关键这里,设置统一的行高样式
height: 32px;
}
</style>

原文地址:https://www.cnblogs.com/efreer/p/11910720.html