如图:
前端显示(两行文本)
这是代码
源代码
<div class="tag-warp">
<span class="tag-title" style="font-size:12px">分类</span>
<span class="tag-list">
<?php $this->category('',true,'<a href="javascript:;"style="font-size:12px" >暂无分类</a>'); ?>
</span>
</div>
<div class="tag-warp">
<span class="tag-title" style="font-size:12px">标签</span>
<span class="tag-list">
<?php $this->tags('', true, '<a href="javascript:;"style="font-size:12px" >暂无标签</a>'); ?>
</span>
</div>
需求是将两行文本并排显示
<div class="tag-wrap">
外面套个display:flex
容器<dl><dt><dd>
wrap
不是warp