HTML - IMG标签

  • base64位图片显示
<img ng-src="data:image/jpg;base64,{{vm.order.checkResult.pharmacistPhoto}}" style="width: 350px; height: auto; max-height: 500px; max-width: 350px; min-width:350px; overflow:hidden; "/>
  • 一般图片显示
<img ng-click="vm.showModal('showPic', vm.order.checkResult.pharmacistPhoto)" ng-src="{{vm.order.checkResult.pharmacistPhoto}}"/>

猜你喜欢

转载自blog.csdn.net/seaalan/article/details/84241962
今日推荐