export default { 'tableStyle': { 'color': '#babaff', 'font-size': '.14rem', 'font-family': 'myFont', 'background-color': '#232449', 'border': 'none !important' }, 'headerRow': { 'allStyle': { 'width': '', 'height': '', 'line-height': '', 'font-family': '', 'font-size': '.14rem', 'font-weight': 'normal', 'text-align': 'center', 'color': '#20b2aa', 'background': '#393a96', 'border': 'none !important', 'border-top': '', 'border-bottom': 'none !important', 'border-left': '', 'border-right': '', 'padding': '.1rem 0', 'margin': '' } }, cellDetailStyle: { headerRowStyle: {}, rowStyle: {} }, headerRowStyle: { 'width': '', 'height': '', 'line-height': '', 'font-family': 'Avenir,Helvetica,Arial,sans-serif', 'font-size': '14px', // 'font-weight': 'bold!important', 'text-align': 'center', 'color': '#495060', 'background': 'rgb(222, 222, 222)', 'border': '', 'border-top': '', 'border-bottom': '', 'border-left': '', 'border-right': '', 'padding': '10px 0', 'margin': '' }, headerCellStyle: { commonStyle: {}, data: [ { property: '', style: { } } ] }, rowStyle: { commonStyle: { 'padding': '.02rem 0 !important' }, data: [ { rowIndex: 0, style: {} } ] }, columnStyle: { commonStyle: { 'border-color': '#232449', 'text-align': 'center', 'padding': '.02rem 0 !important', 'font-size': '.14rem' }, data: [ { property: '', style: {} } ] }, cellStyle: { commonStyle: { 'border-color': '', 'text-align': 'center', 'padding': '4px 0' }, data: [ { rowIndex: 0, property: '', style: {} } ] }, 'hover': { 'hoverBackground': 'no', 'leaveBackground': 'no' }, 'gutter': { 'background': '#393a96', 'border': '', 'borderTop': '', 'borderBottom': '', 'borderLeft': '', 'borderRight': '' }, 'border': false, 'showTooltip': true, 'hideHeader': false, 'hsConfig': { 'default_type': 2 } }