fix: pc header
Some checks failed
Gitea Actions Official-website / deploy-dev (push) Failing after 3s
Some checks failed
Gitea Actions Official-website / deploy-dev (push) Failing after 3s
This commit is contained in:
@@ -49,8 +49,8 @@
|
|||||||
{/volist}
|
{/volist}
|
||||||
{/if}
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
{if condition="!empty($vo.recommends)"}
|
|
||||||
<div class="header-dropdown-products">
|
<div class="header-dropdown-products">
|
||||||
|
{if condition="!empty($vo.recommends)"}
|
||||||
{volist name="vo.recommends" id="recommend"}
|
{volist name="vo.recommends" id="recommend"}
|
||||||
<div class="header-product-card">
|
<div class="header-product-card">
|
||||||
<a href="{$recommend.link}">
|
<a href="{$recommend.link}">
|
||||||
@@ -61,8 +61,8 @@
|
|||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
{/volist}
|
{/volist}
|
||||||
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
{/if}
|
|
||||||
</div>
|
</div>
|
||||||
{/volist}
|
{/volist}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user