Commit edb0ecf221c667dd27fb158b65670b1500fc09ae
1 parent
0b8c6107
给 “查看 ” 按钮加上颜色
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/resources/templates/page/video.html
| ... | ... | @@ -203,7 +203,7 @@ |
| 203 | 203 | <td style="text-align: center; width: 17%;"> |
| 204 | 204 | <a class="detail" th:href="@{'/videos/details/?id='+${video.id}}"> |
| 205 | 205 | <!--th:if="${ (video.receive==true and session.sessionUser.userId==video.receive_user_id) or (video.state==1 or video.state==2) }"--> |
| 206 | - <button class="btn btn-default btn-sm">查看</button> | |
| 206 | + <button class="btn btn-info btn-sm">查看</button> | |
| 207 | 207 | </a> |
| 208 | 208 | <span th:if="${video.state==0 and !video.receive}"> </span> |
| 209 | 209 | <a th:href="@{'javascript:applyReceive('+${video.id}+')'}" | ... | ... |