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

@@ -48,7 +48,8 @@ const AboutMe = forwardRef<AboutMeRef>((_props, ref) => {
return (
<RbCard
title={t('userMemory.aboutMe')}
title={t('userMemory.aboutMe')}
headerClassName="rb:min-h-[46px]!"
>
{loading
? <Skeleton className="rb:mt-4" />