mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-22 16:08:42 +00:00
fix(user_msg): conversations list item
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
95b11fbbd8
commit
6ff2f48e88
@ -252,9 +252,9 @@ if (isset($_POST['user_msg'])) {
|
|||||||
'<img class="rounded" width="56" height="56" src="' + avatar_addr + '" />' +
|
'<img class="rounded" width="56" height="56" src="' + avatar_addr + '" />' +
|
||||||
'</div>' +
|
'</div>' +
|
||||||
'<div class="flex-grow-1 overflow-hidden">' +
|
'<div class="flex-grow-1 overflow-hidden">' +
|
||||||
'<div>' +
|
'<div class="d-flex justify-content-between">' +
|
||||||
getUserSpan(conversationName, realname, color) +
|
getUserSpan(conversationName, '', color) +
|
||||||
'<span class="float-end text-muted">' +
|
'<span class="float-end text-muted small flex-shrink-0 lh-lg">' +
|
||||||
timeStr +
|
timeStr +
|
||||||
'</span>' +
|
'</span>' +
|
||||||
'</div>' +
|
'</div>' +
|
||||||
|
Loading…
Reference in New Issue
Block a user