找到了决策报表新自适应_JS使用 https://help.fanruan.com/finereport/doc-view-3667.html?source=1 请问有人知道点击背景和字体变色是怎么实现吗,单独实现背景和字体变色js是没问题的,合起来同时实现就会出现背景变色之后变不回去的情况。 //背景变色 _g().getWidgetByName('report0_c_c').makeHeightCell('red', 'mousedown') //字体变色 _g().getWidgetByName('report0_c_c').makeFontCell( { color: '#1ae9ef',//颜色 fontSize:16,//字号 textShadow:true,//文字阴影 },'mousedown');//鼠标点击,使用mousedown |