feat:轮播图调整

dev-captcha
wangxy 10 months ago
parent 849a45b3f7
commit 88515ab8e0

@ -373,6 +373,7 @@
<div carousel-item> <div carousel-item>
<tbody th:each="url,status : ${urlList}"> <tbody th:each="url,status : ${urlList}">
<img th:src="${url.imgUrl}"> <img th:src="${url.imgUrl}">
<a th:href="@{/public_view.html(type=2,id=${url.workId})}" th:title="${url.workTitle}" target="_blank">[[${#strings.abbreviate(url.workTitle,28)}]]</a>
</tbody> </tbody>
</div> </div>
</div> </div>

Loading…
Cancel
Save