feat: bug-751 老鼠图-PDF导出样式的问题

This commit is contained in:
曹鹏飞 2025-09-26 10:42:55 +08:00
parent 4c1d36e6ba
commit 44d06ad46d
1 changed files with 3 additions and 3 deletions

View File

@ -57,7 +57,7 @@
} }
.data-item { .data-item {
width: 33.15%; width: 33.16207%;
float: left; float: left;
border-right: 1px solid #000; border-right: 1px solid #000;
} }
@ -124,9 +124,9 @@
</table> </table>
<div class="data-item" th:each="item,itemStat : ${page.datas}" <div class="data-item" th:each="item,itemStat : ${page.datas}"
th:classappend="${itemStat.index % 3 == 0} ? 'data-item-row-first'"> th:classappend="${itemStat.index % 3 == 0} ? 'data-item-row-first'">
<div class="cell" style="height: 200px;"> <div class="cell" style="height: 160px;">
<div class="cell-img"> <div class="cell-img">
<img style="width: 200px;height: 180px;" alt="" <img style="width: 200px;height: 140px;" alt=""
th:src="${!#strings.isEmpty(item.image)} ? ${item.image} : (${#strings.isEmpty(item.no)} ? '' : 'http://192.168.163.83:9090/nflg-wms/template/none.png')"/> th:src="${!#strings.isEmpty(item.image)} ? ${item.image} : (${#strings.isEmpty(item.no)} ? '' : 'http://192.168.163.83:9090/nflg-wms/template/none.png')"/>
</div> </div>
</div> </div>