Commit e0efd78d93677ee86b1dbb389321869f9523305c
1 parent
6d8aea1b
update
Showing
1 changed file
with
3 additions
and
3 deletions
src/main/resources/templates/page/videoDetail.html
| ... | ... | @@ -95,14 +95,14 @@ |
| 95 | 95 | </div> |
| 96 | 96 | </div> |
| 97 | 97 | <div class="form-group" th:if="${video.res_origin != null}"> |
| 98 | - <label for="res_origin" class="control-label col-sm-4">点播分辨率:</label> | |
| 98 | + <label for="res_origin" class="control-label col-sm-4">源视频分辨率:</label> | |
| 99 | 99 | <div class="col-sm-8"> |
| 100 | 100 | <h5 style="font-size:1.5em; font-weight: bold;" |
| 101 | 101 | th:text="${video.res_origin}">video_user_id</h5> |
| 102 | 102 | </div> |
| 103 | 103 | </div> |
| 104 | 104 | <div class="form-group" th:if="${video.size_origin != null}"> |
| 105 | - <label for="size_origin" class="control-label col-sm-4">点播大小:</label> | |
| 105 | + <label for="size_origin" class="control-label col-sm-4">源视频大小:</label> | |
| 106 | 106 | <div class="col-sm-8"> |
| 107 | 107 | <h5 style="font-size:1.5em; font-weight: bold;" |
| 108 | 108 | th:text="${video.size_origin}">video_user_id</h5> |
| ... | ... | @@ -239,7 +239,7 @@ |
| 239 | 239 | </div> |
| 240 | 240 | <div style="height:110px; margin-left: 17%;"> |
| 241 | 241 | <div class="col-sm-4 popover-options " |
| 242 | - th:style="${imgsStat.index==0}? 'float:left;margin-right: 43px;margin-left: -18px;':''" | |
| 242 | + th:style="${imgsStat.index==0}? 'float:left;margin-right: 43p x;margin-left: -18px;':''" | |
| 243 | 243 | th:if="${imgsStat.index<2}" |
| 244 | 244 | th:each="imgs :${images}"> |
| 245 | 245 | <a href="#"> | ... | ... |