首页 > 代码库 > extjs的css样式更改

extjs的css样式更改

.x-column-header{//更改grid表头样式
color:blue;
font-size:12px;
}