feat: bug-751 老鼠图-PDF导出样式的问题
This commit is contained in:
parent
4c1d36e6ba
commit
44d06ad46d
|
|
@ -57,7 +57,7 @@
|
|||
}
|
||||
|
||||
.data-item {
|
||||
width: 33.15%;
|
||||
width: 33.16207%;
|
||||
float: left;
|
||||
border-right: 1px solid #000;
|
||||
}
|
||||
|
|
@ -124,9 +124,9 @@
|
|||
</table>
|
||||
<div class="data-item" th:each="item,itemStat : ${page.datas}"
|
||||
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">
|
||||
<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')"/>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue