1
0
mirror of https://github.com/chatopera/cosin.git synced 2025-08-01 16:38:02 +08:00

#16 超长guest name 省略

This commit is contained in:
mukaiu 2018-09-05 14:04:55 +08:00
parent 5604650d96
commit 4123f1ad4d

View File

@ -122,7 +122,7 @@
<#list agentServiceList as agentService>
<li class="ukefu-agentservice-list">
<a href="/service/online/chatmsg.html?id=${agentService.id!''}&title=false" data-toggle="ajax" data-width="950" data-height="500" data-title="服务记录">
<span class="quick-reply" data-id="content_${agentService.id!''}">${agentService.username!''}</span>
<span class="quick-reply" style="overflow: hidden;text-overflow: ellipsis;white-space:nowrap;max-width:200px;display: inline-block;" data-id="content_${agentService.id!''}">${agentService.username!''}</span>
<div class="ukefu-agentservice-his">坐席:${agentService.agentusername!''}</div>
<div style="color:#333;position: relative;">
${agentService.servicetime?string("yyyy-MM-dd HH:mm:ss")}