修复 dashboard title

This commit is contained in:
whyour
2026-06-07 23:45:43 +08:00
parent 23b41893a3
commit 662adc0f9c
5 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -171,7 +171,7 @@ const Dashboard = () => {
return (
<PageContainer
title={intl.get('统计面板')}
title={intl.get('仪表盘')}
header={{ style: headerStyle }}
className={'ql-container-wrapper dashboard-wrapper'}
>