未读消息提醒功能完善

This commit is contained in:
hdm 2021-11-29 23:58:20 +08:00
parent 9aa3b0f8d1
commit 9b97adb389

View File

@ -30,10 +30,10 @@
<td colspan="5"> <td colspan="5">
{$detail.content} {$detail.content}
{if condition="($detail.fid > 0)"} {if condition="($detail.fid > 0)"}
<table class="layui-table"> <table class="layui-table" style="margin-top:10px;">
<tr> <tr>
<td class="layui-td-gray2">引用消息内容</td> <td class="layui-td-gray2">引用消息内容</td>
<td>{$detail.from_content}</td> <td style="color:#999">{$detail.from_content}</td>
</tr> </tr>
{notempty name="$detail.from_file_array"} {notempty name="$detail.from_file_array"}
<tr> <tr>