commonHeader移除bootstrap依赖

This commit is contained in:
陈精华
2022-12-13 11:16:10 +08:00
parent 99b1f83e50
commit 0a1fb6d983
5 changed files with 7 additions and 3 deletions

View File

@@ -24,7 +24,7 @@
<#else>
<#assign img="${baseUrl}${img}">
</#if>
<li><img id="${img}" url="${img}" src="${img}" width="1px" height="1px"></li>
<li><img id="${img}" url="${img}" src="${img}" style="display: none"></li>
</#list>
</ul>