下拉框的样式怎么调整呀
https://help.fanruan.com/finereport/doc-view-1367.html 有FR 控件对应的 class 选择器
https://help.fanruan.com/finereport/doc-view-2287.html 下拉框样式修改
drop-down-box.css
下拉复选框css自定义.cpt
不知道为啥在复选框字体颜色没变 但是用下拉框是可以变色,“:nth-child(3)”child()里面这个数字表示你想对的第几个选项,从1开始计数的。
.fr-combo-list-item:nth-child(3){ background-color: yellow; color:blue; }
https://help.fanruan.com/finereport/doc-view-1367.html 参考一下这个
参考JS实现控件融入背景-https://help.fanruan.com/finereport/doc-view-3395.html
CSS 修改下拉框样式-https://help.fanruan.com/finereport/doc-view-2287.html
可以参考下这个,注意引用css时路径一定要含有"help",
如果我的回答对你有帮助,麻烦给个最佳回答,谢谢。