chore(admin-ui): unify list table empty state styling and class usage

This commit is contained in:
萝卜
2026-03-16 01:40:28 +08:00
parent 61153ddae1
commit 7d291a7906
6 changed files with 84 additions and 3 deletions

View File

@@ -406,7 +406,7 @@
</tr>
@empty
<tr>
<td colspan="13" class="muted">暂无订阅数据,当前阶段先把订阅主表与总台目录立起来,后续再接订阅创建/激活/续费链路。</td>
<td colspan="13" class="muted table-empty">暂无订阅数据,当前阶段先把订阅主表与总台目录立起来,后续再接订阅创建/激活/续费链路。</td>
</tr>
@endforelse
</tbody>