Merge remote-tracking branch 'origin/new-v20240713' into new-v20240713

new-v20240713
20918 1 month ago
commit d88cf33cd6

@ -152,8 +152,8 @@
<div class="layui-card-body" style="min-height: 400px;overflow: hidden;"> <div class="layui-card-body" style="min-height: 400px;overflow: hidden;">
<div th:if="${workList.size() > 0}" style="width:100%;height: 165px;display: flex;justify-content: space-between;"> <div th:if="${workList.size() > 0}" style="width:100%;height: 165px;display: flex;justify-content: space-between;">
<div style="height: 100%;width: 47%;filter: brightness(1.1);"> <div style="height: 100%;width: 47%;filter: brightness(1.1);">
<a th:href="@{/public_view.html(type=2,id=${workList[0].workId})}" th:title="${workList[0].workTitle}" target="_blank"> <a th:href="@{/public_view.html(type=2,id=${urlList[0].workId})}" th:title="${urlList[0].workTitle}" target="_blank">
<img style="height: 95%;width: 90%" th:src="${workList[0].imgUrl}" th:alt="${workList[0].workTitle}" th:title="${workList[0].workTitle}"> <img style="height: 95%;width: 90%" th:src="${urlList[0].imgUrl}" th:alt="${urlList[0].workTitle}" th:title="${urlList[0].workTitle}">
</a> </a>
</div> </div>
<div style="height: 100%;width: 51%;text-align:left;line-height: 40px;"> <div style="height: 100%;width: 51%;text-align:left;line-height: 40px;">

Loading…
Cancel
Save