feat(frontend): refine loading marker

This commit is contained in:
2025-12-14 12:06:39 +08:00
parent ddf4278dd6
commit 0d4666a951
3 changed files with 4 additions and 4 deletions

View File

@@ -181,7 +181,7 @@ const RulesList: Component = () => {
when={!rules.loading}
fallback={
<tr>
<td colspan="4" class="text-center py-4">
<td colspan="4" class="p-8 text-center text-gray-500">
Loading...
</td>
</tr>