FVS模板中,是否可以在加载结束事件中使用JS去调整表格的大小.使用了这种写法,但是报错
这个目前没有接口
可以咨询帆软技术
========
试试这个写法
"use document";
setTimeout(function() {
$("div[data-name='表格1']").css({"width":"50px","height":"50px"})
},1000)
FVS支持的JS事件说明