cpt这种样式怎么调,调半天都调不成这样啊

image.png

FineReport 0035705 发布于 2022-8-8 10:25
1min目标场景问卷 立即参与
回答问题
悬赏:3 F币 + 添加悬赏
提示:增加悬赏、完善问题、追问等操作,可使您的问题被置顶,并向所有关注者发送通知
共2回答
最佳回答
1
congerLv6高级互助
发布于2022-8-8 14:59

获取控件,然后替换背景图片

$('.fr-trigger-center').css("background", "url('/WebReport/custom/imgs/图片名') 40% 40% no-repeat");

  • 0035705 0035705(提问者) 可以
    2022-08-08 14:59 
  • conger conger 回复 0035705(提问者) 老板,可以的话麻烦采纳一下吧
    2022-08-08 15:03 
最佳回答
0
runerLv7资深互助
发布于2022-8-8 10:40(编辑于 2022-8-8 10:50)

这个是cpt嘛?

FVS下拉框控件 - FineReport帮助文档 - 全面的报表使用教程和学习资料 (fanruan.com)

貌似不是cpt的下拉框控件

.bi-list-item-active.hover, .bi-list-item-active:hover

/**/

{

color:#3685f2;

}

.bi-list-item-select.hover, .bi-list-item-select:hover

/**/

{

color:#3685f2;

}

.bi-card

/**/

{

background-color:#15374e;

}

.bi-border

/**/

{

border:1px solid #5abbfe;

}

.bi-trigger-icon-button

{

color:white;

}

/*.bi-label.list-item-text.bi-text

{

color:white;

}*/

/*.bi-label.bi-text

{

color:white;

}*/

.bi-list-item-active:hover

/**/

{

color:#3685f2;

}

.bi-card, .bi-card .bi-input, .bi-card .bi-textarea

/**/

{

color:white;

}

.bi-high-light, .bi-high-light .bi-input, .bi-high-light .bi-textarea

/*//*/

{

color:white;

}

那你得自己写下拉框样式了

  • 3关注人数
  • 404浏览人数
  • 最后回答于:2022-8-8 14:59
    请选择关闭问题的原因
    确定 取消
    返回顶部