fix(web): document title support i18n

This commit is contained in:
zhaoying
2026-04-14 17:03:22 +08:00
parent 1294aabbcc
commit 5e6490213d
11 changed files with 60 additions and 17 deletions

View File

@@ -328,6 +328,7 @@ const Result: FC<ResultProps> = ({ loading, handleSave }) => {
<Space size={24} className="rb:mt-4! rb:mb-3!">
{['processData', 'finalResult'].map(tab => (
<div
key={tab}
className={clsx('rb:font-[MiSans-Bold] rb:font-bold rb:leading-5 rb:cursor-pointer', {
'rb:text-[#212332]': activeTab === tab,
'rb:text-[#A8A9AA]': activeTab !== tab,