mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-08 12:58:42 +00:00
Revert "revert: 5d8f19429353c6a01b07c988bcda4410587ae6e7"
This reverts commit 1280c528e4
.
This commit is contained in:
parent
f6e5a897c1
commit
e350a96dd7
@ -411,7 +411,7 @@ $pag = new Paginator($pag_config);
|
||||
<?php foreach ($pag->get() as $idx => $row) : ?>
|
||||
<div class="col">
|
||||
<div class="card">
|
||||
<img src="<?= $row['path'] ?>" class="card-img-top" height="200" loading="lazy" decoding="async" style="object-fit: contain">
|
||||
<img src="<?= $row['path'] ?>" class="card-img-top object-fit-contain" height="200" loading="lazy" decoding="async">
|
||||
<div class="card-footer bg-transparent small px-2">
|
||||
<div class="d-flex flex-wrap justify-content-between">
|
||||
<time><?= $row['upload_time'] ?></time>
|
||||
|
Loading…
Reference in New Issue
Block a user