Commit b0e6591f9530afe17821ebd285f4122157d879bc

Authored by 周伟鹏
1 parent edb0ecf2

update

src/main/resources/templates/page/videoDetail.html
@@ -216,11 +216,11 @@ @@ -216,11 +216,11 @@
216 <a href="javascript:void (0);" 216 <a href="javascript:void (0);"
217 style="float: left; width: 48%; margin-right: 1%"><img 217 style="float: left; width: 48%; margin-right: 1%"><img
218 th:src="${yuming}+ @{${avImage}}" 218 th:src="${yuming}+ @{${avImage}}"
219 - style="height: 100px;width: 100%; " alt="抽帧图"></a> 219 + style="width: 100%; " alt="抽帧图"></a>
220 <a href="javascript:void (0);" style="float: left; width: 48%;" 220 <a href="javascript:void (0);" style="float: left; width: 48%;"
221 th:if="${!avImageStat.last}"><img 221 th:if="${!avImageStat.last}"><img
222 th:src="${yuming}+ @{${avsampleImgs[avImageStat.index+1]}}" 222 th:src="${yuming}+ @{${avsampleImgs[avImageStat.index+1]}}"
223 - style="height: 100px;width: 100%;" alt="抽帧图"></a> 223 + style="width: 100%;" alt="抽帧图"></a>
224 </div> 224 </div>
225 </div> 225 </div>
226 </div> 226 </div>