perf: txt

This commit is contained in:
archer
2023-07-18 09:38:18 +08:00
parent f71ce25c46
commit d346d38677
6 changed files with 20 additions and 8 deletions

View File

@@ -143,7 +143,7 @@ const Settings = ({ appId }: { appId: string }) => {
</Box>
<Box>
<Box mb={2} fontSize={['md', 'xl']}>
7
14
</Box>
<Box h={'150px'} w={'100%'}>
<TotalUsage appId={appId} />

View File

@@ -61,7 +61,7 @@ const NodeRINode = ({
}}
/>
<Box flex={1}>
<Box flex={1}>{i + 1}</Box>
<Box flex={1}>{i + 1}</Box>
<Box position={'relative'}>
<Input
mt={1}
@@ -123,7 +123,7 @@ const NodeRINode = ({
});
}}
>
</Button>
</Box>
)