我目前有这个:
<div class="row status green" ng-repeat="green in report.data.green" style="{{green.image}}">
但风格没有出现在 IE 中。我该如何解决这些?green.image包含以下内容:
image = "background: linear-gradient(rgba("+ colordb[color] +",0.5), rgba("+ colordb[color] +",0.5)), url('../images/" + db[id][1] + "'); background-size: 100% 100%; background-size: cover;";