RowExpander和checkbox同时使用时出现错位

添加如下代码

 

var expander = new Ext.ux.grid.RowExpander({
	        tpl : new Ext.Template(
	            '<div style="margin-left:5%"><p><b>户主:</b> {userName}</p>',
	            '<p><b>短信内容:</b> {alarmInfo}</p></div>'
	        )
	    });

 主要是

style="margin-left:5%"

style="margin-left:40px"

 

你可能感兴趣的:(checkbox)