fix(web): model tag

This commit is contained in:
zhaoying
2026-03-27 18:11:54 +08:00
parent 57b6b34567
commit 930cadcaa8
3 changed files with 20 additions and 8 deletions

View File

@@ -66,7 +66,7 @@ const CommunityNetwork: FC<{ onSelectCommunity?: (node: RawCommunityNode) => voi
if (loading) {
return <Flex align="center" justify="center" className="rb:w-full rb:h-full">
<Spin tip={t('userMemory.communityLoadingTip')} size="large" className="rb:text-[#5B6167]!">
<Spin tip={t('userMemory.communityLoadingTip')} size="large" className="rb:text-[#5B6167]! spin">
<div className="rb:w-64 rb:h-64" />
</Spin>
</Flex>