|
@@ -48,8 +48,8 @@
|
|
|
<ul class="layui-row layui-col-space10 layui-this">
|
|
<ul class="layui-row layui-col-space10 layui-this">
|
|
|
{volist name='userinfo' id='vo'}
|
|
{volist name='userinfo' id='vo'}
|
|
|
{if trim($vo.value)}
|
|
{if trim($vo.value)}
|
|
|
- <li class="layui-col-xs<?= isset($vo['col']) ? $vo['col'] : 4 ?>">
|
|
|
|
|
- <div class="backlog-body">
|
|
|
|
|
|
|
+ <li class="layui-col-xs<?= isset($vo['col']) ? $vo['col'] : 4 ?>" style="">
|
|
|
|
|
+ <div class="backlog-body" style="max-height: none">
|
|
|
<h3>{$vo.name}</h3>
|
|
<h3>{$vo.name}</h3>
|
|
|
{if condition="!isset($vo['type'])||$vo['type']!='img'"}
|
|
{if condition="!isset($vo['type'])||$vo['type']!='img'"}
|
|
|
<p><cite {if isset($vo['color'])} style="color: {$vo['color']}" {/if}>{$vo.value}</cite>
|
|
<p><cite {if isset($vo['color'])} style="color: {$vo['color']}" {/if}>{$vo.value}</cite>
|