fr11里面怎么设置下拉列表透明
https://bbs.fanruan.com/thread-134333-1-1.html
https://help.fanruan.com/finereport/doc-view-3312.html .
参考
JS实现改变控件透明度 https://help.fanruan.com/finereport/doc-view-3312.html
编辑前事件
setTimeout(function() {
$(".bi-v.list-view-outer.bi-card.list-view-shadow").css("background-color","transparent");
}, 100)