Standardize admin empty states
TaxBaik CI/CD / build-and-deploy (push) Successful in 54s

This commit is contained in:
2026-07-09 16:24:39 +09:00
parent b9466b30a2
commit 91424bd8a2
5 changed files with 18 additions and 28 deletions
@@ -19,16 +19,10 @@
</form>
@if (Model.Items.Count == 0)
{
<div class="empty py-5 border rounded bg-body">
<div class="empty-img">
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-message-off" width="48" height="48" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 3l18 18"></path>
<path d="M8 9h8"></path>
<path d="M8 13h4"></path>
<path d="M21 12c0 4.97-4.03 9-9 9a8.96 8.96 0 0 1-4.24-1.06L3 21l1.06-4.76A8.96 8.96 0 0 1 3 12c0-4.97 4.03-9 9-9 1.69 0 3.27.47 4.62 1.28"></path>
</svg>
<div class="card">
<div class="card-body">
@await Html.PartialAsync("_EmptyState", "문의 목록이 없습니다.")
</div>
<p class="empty-title">문의 목록이 없습니다.</p>
</div>
}
else