export default { queryBiTheme: { background: 'red' }, 'showHandle': false, handleWidth: 80, selection: false, showIndex: true, isShowTools: true, exportExcelName: '表', toolItems_$: [{ label: '导出本页', isHide: false, click: '$exportCurrPageData', disabled: false }, { label: '导出全部', isHide: false, click: '$exportAllPageData', disabled: false }, { label: '表格列设置', isHide: false, click: '$tableColumnSet', disabled: false } ], 'built_border': true, // 详情样式 cellDetailStyle: { headerRowStyle: {}, rowStyle: {} }, // 表格样式 tableStyle: { 'color': '', 'font-size': '12px', 'border': '', 'font-family': 'Avenir,Helvetica,Arial,sans-serif' }, // 表头行样式 headerRowStyle: { 'width': '', 'height': '', 'line-height': '', 'font-family': 'Avenir,Helvetica,Arial,sans-serif', 'font-size': '12px', 'text-align': 'center', 'color': '#495060', 'background': '#f8f8f8', 'border': '', 'border-top': '', 'border-bottom': '', 'border-left': '', 'border-right': '', 'padding': '10px 0', 'margin': '' }, // 表头单元格样式 headerCellStyle: { commonStyle: { 'background': '#f8f8f8', 'text-align': 'left' }, data: [ { property: '', style: { } } ] }, // 行样式 rowStyle: { commonStyle: { 'padding': '0', color: '#606266', 'font-size': '12px', 'font-family': 'Avenir,Helvetica,Arial,sans-serif' }, data: [ { rowIndex: 0, style: {} } ] }, // 列样式 columnStyle: { commonStyle: { 'font-family': 'Avenir,Helvetica,Arial,sans-serif' }, data: [ { property: '', style: {} } ] }, // 表体单元格样式 cellStyle: { commonStyle: { 'border-color': '', 'text-align': 'left', 'padding': '5px 0', // 'background-color': '#FFF', 'font-family': 'Avenir,Helvetica,Arial,sans-serif' }, data: [ { rowIndex: 0, property: '', style: {} } ] }, 'hover': { 'hoverBackground': 'rgba(146, 189, 232, .3)', 'leaveBackground': '#fff' }, 'gutter': { 'background': '#393a96', 'border': '', 'borderTop': '', 'borderBottom': '', 'borderLeft': '', 'borderRight': '' }, 'maxHeight': 'none', 'border': false, 'showTooltip': true, 'hideHeader': false, 'hsConfig': { 'default_type': 1 } }