|
@@ -177,8 +177,8 @@
|
|
|
<ul class="mui-table-view" style="display:flex;flex-direction:row;flex-wrap:wrap;justify-content: space-between;">
|
|
|
<li class="mui-table-view-cell mui-media" th:each="item : ${itemList}" style="width:12.5%;">
|
|
|
<div class="mui-content-padded">
|
|
|
- <div class="mui-media-object" style="width:100%;height:160px;">
|
|
|
- <img th:src="${item.faceImage}" style="object-fit:cover;width:100%;">
|
|
|
+ <div class="mui-media-object" style="width:100%;height:180px;">
|
|
|
+ <img th:src="${item.faceImage}" style="object-fit:cover;min-height:100%;width:100%;">
|
|
|
</div>
|
|
|
<div class="mui-media-body">
|
|
|
<span th:text="${item.name}"></span>
|