Commit 6035655d63f3754f8a16f1a2436cef05a6438132
1 parent
fab5fca3
修改点播列表标题链接
Showing
1 changed file
with
4 additions
and
2 deletions
src/main/resources/templates/page/video.html
| ... | ... | @@ -196,8 +196,10 @@ |
| 196 | 196 | type="checkbox" th:value="${video.id}"></td> |
| 197 | 197 | <td style="text-align: center; width: 6%;" |
| 198 | 198 | th:text="${video.spid_desc}"></td> |
| 199 | - <td style="text-align: center; width: 20%;" th:text="${video.video_title}" th:href="@{'/videos/details/?id='+${video.id}}"> | |
| 200 | - 邓建国正面PK冯小刚 | |
| 199 | + <td style="text-align: center; width: 20%;" > | |
| 200 | + <a class="detail" th:href="@{'/videos/details/?id='+${video.id}}"> | |
| 201 | + <span th:text="${video.video_title}">邓建国正面PK冯小刚</span> | |
| 202 | + </a> | |
| 201 | 203 | </td> |
| 202 | 204 | <!--<td style="text-align: center; width: 10%;">--> |
| 203 | 205 | <!--<div width="160px" height="90px"><img th:src="@{${video.video_poster}}" width="160px" alt="封面图"></div>--> | ... | ... |