fix: ui;perf: docs

This commit is contained in:
archer
2023-05-14 22:04:19 +08:00
parent d31bdf0ee0
commit ca99837dab
6 changed files with 20 additions and 14 deletions

View File

@@ -5,7 +5,7 @@ const Loading = ({ fixed = true }: { fixed?: boolean }) => {
return (
<Flex
position={fixed ? 'fixed' : 'absolute'}
zIndex={10000}
zIndex={1000}
backgroundColor={'rgba(255,255,255,0.5)'}
top={0}
left={0}