修改模板配色
CSS修改控件样式-https://help.fanruan.com/finereport/doc-view-1367.html
FVS下拉框列表背景和字体颜色
"use document";
setInterval(function() {
$(".bi-v-tape").css({"background-color":"yellow","color":"red","font-size":'19px',"text-align":"center"});
}, 100)
FVS里面不是可以直接修改的吗。。