Browse Source

项目图片圆角化

bihuisong 1 year ago
parent
commit
3c5bb52690
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ssp-server/src/main/resources/templates/home.html

+ 1 - 1
ssp-server/src/main/resources/templates/home.html

@@ -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>