`

Ext.grid.PivotGrid样式

 
阅读更多
Ext.grid.PivotGrid样式

<style type="text/css">
			table {border-collapse:collapse;}
			.font_style {
				font-family: "宋体";
				font-size: 12px;
			}
			
			/*!
			 * 报表左侧
			 */
			.tjbb-left {
			    background: url("../images/default/grid/grid3-rowheader.gif") repeat-x scroll left top #EEEEEE;
			    border-bottom: 1px solid #D0D0D0;
			    border-left: 1px solid #EEEEEE;
			    border-right: 1px solid #D0D0D0;
			    height: 18px;
			    font-family: tahoma;
			    font-size: 11px;
			    height: 18px;
			    padding: 2px 7px 0 0;
			    text-align: right;
			    text-overflow: ellipsis;
			}
			
			/*!
			 * 报表头部
			 */
			.tjbb-header {
			    background: url("../images/default/grid/grid3-hrow.gif") repeat-x scroll 50% 100% transparent;
			    border-left: 1px solid #EEEEEE;
			    border-right: 1px solid #D0D0D0;
			    font-family: tahoma;
			    font-size: 11px;
			    line-height: 13px;
			    overflow: hidden;
			    padding: 4px 3px 4px 5px;
			    text-align: center;
			    text-overflow: ellipsis;
			    white-space: nowrap;
			}
			/*!
			 * 报表 单元格
			 */
			.tjbb-cell {
			    overflow: hidden;
			    padding: 3px 3px 3px 5px;
			    text-overflow: ellipsis;
			    white-space: nowrap;
			    border-bottom: 1px solid #D0D0D0;
			    border-left: 1px solid #EEEEEE;
			    border-right: 1px solid #D0D0D0;
			    cursor:hand;
			}
        </style>


  • 大小: 27.8 KB
分享到:
评论
1 楼 xiaohuayansx 2014-03-13  
怎么在pivotgrid中套用样式啊

相关推荐

Global site tag (gtag.js) - Google Analytics