perf: remove loading ui

This commit is contained in:
archer
2025-04-02 17:18:18 +08:00
parent 9fe95da126
commit 2f9b83d924
5 changed files with 7 additions and 16 deletions

View File

@@ -251,7 +251,7 @@ const OutLink = (props: Props) => {
{...(isEmbed ? { p: '0 !important', borderRadius: '0', boxShadow: 'none' } : { p: [0, 5] })}
>
{(!quoteData || isPc) && (
<PageContainer flex={'1 0 0'} w={0} isLoading={loading} p={'0 !important'}>
<PageContainer flex={'1 0 0'} w={0} p={'0 !important'}>
<Flex h={'100%'} flexDirection={['column', 'row']}>
{RenderHistoryList}