跳至内容
菜单
此问题已终结
1 回复
3403 查看

<tree multi_edit="1" decoration-success="state == 'offer_received'" decoration-bf="state == 'offer_accepted'" decoration-muted="state == 'sold'">


  • Properties with an offer received are green

  • Properties with an offer accepted are green and bold

  • Properties sold are muted

how to show green with bold color on offer accepted

形象
丢弃
最佳答案

Hi,

Try code below.

<tree multi_edit="1" decoration-success="state == 'offer_received'" decoration-bf="state == 'offer_accepted' and {'color': 'green', 'font-weight': 'bold'}" decoration-muted="state == 'sold'">


Hope it helps


形象
丢弃
相关帖文 回复 查看 活动
1
5月 25
1357
1
4月 25
2639
1
4月 25
993
4
3月 25
5764
2
2月 25
1872