|
@@ -30,7 +30,7 @@
|
|
|
<div class="home-container" id="container">
|
|
|
<div class="home-btn-content" th:each="item : ${dataSource}" th:data="${item.intro}"
|
|
|
th:onclick="jumpClick([[${item.intro}]])">
|
|
|
- <img th:src="${item.sysClientLogo}" style="width: 100px; height: 100px; overflow: hidden; object-fit: cover;"/>
|
|
|
+ <img th:src="${item.sysClientLogo}" style="width: 100px; height: 100px; overflow: hidden; object-fit: cover; border-radius: 20%;"/>
|
|
|
<span class="h-span" th:text="${item.sysClientName}"></span>
|
|
|
</div>
|
|
|
</div>
|