例如:
根據
<ul style="float: left;overflow:hidden;" ng-repeat='node in nodedata' >
<li style="list-style-type:none;">
<span style="background:green;" uib-popover="{{node.nodeIndex|getNodeNameFliter}}" popover-trigger="mouseenter" type="button" class="btn btn-default dd breath_light" popover-placement="bottom">{{node.nodeIndex|getNodeNameFliter}}</span> <i class="icon-chevron-right" style="margin-left:10px;color:green;font-size:20px;"></i>
</li>
</ul>
style="background:green;"`可以根據 node.status不同的值1,2,3,4設定red,yellow,green,black如何實現呢?
在線等,沒人會嗎?
html代碼:使用ng-style
js程式碼:
據我所知CSS沒有這樣的功能,CSS最有名的是媒體查詢,它可以根據不同的螢幕大小,選用不用的CSS樣式。像題主這樣的要求,我想只能靠JS配合來實現了。
現在居然還有用行內樣式的
我的話會這麼做