fix: mobile 底部导航
This commit is contained in:
@@ -18,7 +18,9 @@
|
|||||||
{notempty name="fn.children"}
|
{notempty name="fn.children"}
|
||||||
{volist name="fn.children" id="fnc"}
|
{volist name="fn.children" id="fnc"}
|
||||||
<p>
|
<p>
|
||||||
<a href="{$fnc.link}" target="_blank" class="inline-block link-faded break-all">{$fnc.name}</a>
|
<a href="{$fnc.link}" {eq name="fnc.link" value="1"}target="_blank"{/eq} class="inline-block link-faded break-all">
|
||||||
|
{$fnc.name}
|
||||||
|
</a>
|
||||||
</p>
|
</p>
|
||||||
{/volist}
|
{/volist}
|
||||||
{/notempty}
|
{/notempty}
|
||||||
|
|||||||
Reference in New Issue
Block a user