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

<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


形象
丢弃
相关帖文 回复 查看 活动
5
9月 25
22551
3
8月 25
3292
1
5月 25
3178
1
4月 25
4131
1
4月 25
2355