chore: update default theme style

This commit is contained in:
JustSong 2025-01-31 23:54:45 +08:00
parent 0f205a3aa3
commit d5d879afdc

View File

@ -307,7 +307,7 @@ const LogsTable = () => {
return ( return (
<> <>
<Segment> <>
<Header as='h3'> <Header as='h3'>
使用明细总消耗额度 使用明细总消耗额度
{showStat && renderQuota(stat.quota)} {showStat && renderQuota(stat.quota)}
@ -596,7 +596,7 @@ const LogsTable = () => {
</Table.Row> </Table.Row>
</Table.Footer> </Table.Footer>
</Table> </Table>
</Segment> </>
</> </>
); );
}; };