Merge pull request #744 from SuanmoSuanyangTechnology/fix/v0.2.9_zy

fix(web): ui
This commit is contained in:
yingzhao
2026-03-31 12:11:58 +08:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -397,7 +397,7 @@ body {
background-color: #171719;
}
.spin.ant-spin-nested-loading .ant-spin-container::after {
.spin .ant-spin-nested-loading .ant-spin-container::after {
background: transparent;
}
.upload-block,

View File

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