在FVS里用css更改下拉复选框的下拉列表的宽度
目前是下拉列表里的选项有点长,没能够全部显示出来,有没有啥方法把下拉列表里的选项全部显示出来
FVS下拉框的宽度
写在FVS加加载结束事件里面
"use document";
setInterval(function(){
$(".bi-v.list-view-outer.bi-card.list-view-shadow").css("width", "235px");
},1000)
https://help.fanruan.com/finereport/doc-view-1367.html
FVS支持的JS事件说明
普通报表的是这个,可以参考一下
$(".fr-combo-list").css("width", "200px");