상세 레이아웃 수정
Some checks failed
Close Pull Request / main (pull_request_target) Has been cancelled

This commit is contained in:
yangsh
2026-01-27 15:47:38 +09:00
parent 2f5b1a7da6
commit b51f2fddcf
15 changed files with 148 additions and 131 deletions

View File

@@ -589,7 +589,7 @@ if (!empty($regist2)) {
<a href="<?= $tel['file_url'] ?? '#' ?>" class="text-decoration-none">
<i class="fa fa-file-audio-o me-1"></i><?= $tel['file_name'] ?>
</a>
<span class="badge bg-light text-dark"><?= $tel['file_size'] ?>kb</span>
<span class="badge text-dark"><?= $tel['file_size'] ?>kb</span>
<span class="text-muted"><?= $tel['insert_tm'] ?></span>
</div>
</div>