现在的位置: 首页 > 综合 > 正文

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

2012年09月26日 ⁄ 综合 ⁄ 共 245字 ⁄ 字号 评论关闭

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

抱歉!评论已关闭.