feat(web): ui update

This commit is contained in:
zhaoying
2026-01-12 14:49:04 +08:00
parent d56cbed0bf
commit 617bb43274
8 changed files with 11 additions and 4 deletions

View File

@@ -98,6 +98,7 @@ const NodeStatistics: FC = () => {
<RbCard
title={<>{t('userMemory.nodeStatistics')} <span className="rb:text-[#5B6167] rb:font-normal!">({t('userMemory.total')}: {total})</span></>}
headerType="borderless"
headerClassName="rb:min-h-[46px]!"
>
{loading
? <Skeleton active />