mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-22 14:08:42 +00:00
feat(web/user/system_msg): unread bg
This commit is contained in:
parent
ef3f7b9e7f
commit
aeba27d701
@ -73,7 +73,11 @@ foreach ($pag->get() as $idx => $msg) {
|
|||||||
<div class="card mb-3">
|
<div class="card mb-3">
|
||||||
<ul class="list-group list-group-flush">
|
<ul class="list-group list-group-flush">
|
||||||
<?php foreach ($system_msgs as $msg) : ?>
|
<?php foreach ($system_msgs as $msg) : ?>
|
||||||
<li class="list-group-item">
|
<li class="list-group-item
|
||||||
|
<?php if ($msg['read_time'] == null) : ?>
|
||||||
|
bg-warning bg-opacity-25
|
||||||
|
<?php endif ?>
|
||||||
|
">
|
||||||
<div class="mb-2 d-flex justify-content-between">
|
<div class="mb-2 d-flex justify-content-between">
|
||||||
<div>
|
<div>
|
||||||
<?php if ($msg['title']) : ?>
|
<?php if ($msg['title']) : ?>
|
||||||
|
Loading…
Reference in New Issue
Block a user