<p class="item"> <img ng-src="{{file.path}}" ng-repeat="file in fileList" ng-click="goToViewFile()" class="avatar" style="width: 100px;height: 100px;padding: 5px"> </p>
最后的显示结果如下:
一共6张图片明显有2张溢出无法显示请问如何设置样式,让溢出的图像能够换行显示
欢迎选择我的课程,让我们一起见证您的进步~~
Please post your css style code:
You can try using style="float:left" in the <img> tag
Please post your css style code:
You can try using style="float:left" in the <img> tag