ext-all.css中增加 height: 20px;

.x-grid3-row td, .x-grid3-summary-row td {
    line-height:6px;
    height: 20px;
    vertical-align: top;
    padding-left:1px;
    padding-right:1px;
    -moz-user-select: none;
    -khtml-user-select:none;
    -webkit-user-select:ignore;
}

相关文章: