Procházet zdrojové kódy

Merge branch 'master' of http://47.100.37.243:10080/ZHOU/yunsu

wutt před 5 roky
rodič
revize
bf7b953ff0
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      website/src/main/resources/templates/index.html

+ 1 - 1
website/src/main/resources/templates/index.html

@@ -101,7 +101,7 @@
             <div class="row">
                 <div class="col-lg-4 col-md-6" th:each="item : ${characteristic}">
                     <div class="box-simple">
-                        <img class="icon-outlined" style="border: none;width:150px;height: unset;line-height: unset;" th:src="${{item.imageUrl}}">
+                        <img class="icon-outlined" style="border: none;border-radius:unset;width:150px;height: unset;line-height: unset;" th:src="${{item.imageUrl}}">
                         <h3 class="h4" th:text="${{item.name}}"></h3>
                         <p th:text="${{item.description}}"></p>
                     </div>