模型信息长度无法调整
<!--{block name="model" parameter="name/beauty/haveattach/1/showattach/1/order/i.dateline DESC/limit/0,2/showdetail/1/messagelen/20/messagedot/1/subjectlen/35/subjectdot/1/cachetime/13800/cachename/lastpost/tpl/data"}-->
<!--{loop $_SBLOCK['lastpost'] $value}-->
在这段代码里我已经写明了信息长度可是实际上他还是会出现全部信息出来
现在我只能用这代码来改
li{
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
}