Merge pull request #744 from SuanmoSuanyangTechnology/fix/v0.2.9_zy
fix(web): ui
This commit is contained in:
@@ -397,7 +397,7 @@ body {
|
|||||||
background-color: #171719;
|
background-color: #171719;
|
||||||
}
|
}
|
||||||
|
|
||||||
.spin.ant-spin-nested-loading .ant-spin-container::after {
|
.spin .ant-spin-nested-loading .ant-spin-container::after {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
.upload-block,
|
.upload-block,
|
||||||
|
|||||||
@@ -65,8 +65,8 @@ const CommunityNetwork: FC<{ onSelectCommunity?: (node: RawCommunityNode) => voi
|
|||||||
}, [id])
|
}, [id])
|
||||||
|
|
||||||
if (loading) {
|
if (loading) {
|
||||||
return <Flex align="center" justify="center" className="rb:w-full rb:h-full">
|
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]! spin">
|
<Spin tip={t('userMemory.communityLoadingTip')} size="large" className="rb:text-[#5B6167]!">
|
||||||
<div className="rb:w-64 rb:h-64" />
|
<div className="rb:w-64 rb:h-64" />
|
||||||
</Spin>
|
</Spin>
|
||||||
</Flex>
|
</Flex>
|
||||||
|
|||||||
Reference in New Issue
Block a user