extjs grid 行高度可以去 ext-all.css 中改

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;
}

posted @ 2011-05-10 08:56  ﹎"該變ゾ  阅读(813)  评论(0)    收藏  举报