瀏覽代碼

项目图片圆角化

bihuisong 1 年之前
父節點
當前提交
3c5bb52690
共有 1 個文件被更改,包括 1 次插入1 次删除
  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>