angular.js - 如何让图片遇到父容器边缘自动换行显示,不会溢出
天蓬老师
天蓬老师 2017-05-15 16:57:20
0
1
1850
        <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张溢出无法显示
请问如何设置样式,让溢出的图像能够换行显示

天蓬老师
天蓬老师

欢迎选择我的课程,让我们一起见证您的进步~~

reply all(1)
phpcn_u1582

Please post your css style code:

You can try using style="float:left" in the <img> tag

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template