feat:文档上传

new-v20240713
wangxy 2 months ago
parent b1bb4a320f
commit 74363900a7

@ -152,8 +152,8 @@
<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 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">
<img style="height: 95%;width: 90%" th:src="${workList[0].imgUrl}" th:alt="${workList[0].workTitle}" th:title="${workList[0].workTitle}">
<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="${urlList[0].imgUrl}" th:alt="${urlList[0].workTitle}" th:title="${urlList[0].workTitle}">
</a>
</div>
<div style="height: 100%;width: 51%;text-align:left;line-height: 40px;">

Loading…
Cancel
Save