This commit is contained in:
2026-02-12 22:27:40 +08:00
parent 4bba4786cc
commit 78ff3d41c7
8 changed files with 36 additions and 9 deletions

View File

@@ -36,7 +36,8 @@ const AIServices = () => {
if (loading) {
return (
<div style={{ textAlign: 'center', padding: '100px 0' }}>
<Spin size="large" tip="Loading services..." />
<Spin size="large" />
<div style={{ marginTop: 20 }}>Loading services...</div>
</div>
);
}