fix: align home subtitle copy
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -197,7 +197,7 @@ export default function HomePage() {
|
||||
</div>
|
||||
<h1 style={{ fontSize: 28, marginBottom: 8 }}>您好,{getDisplayName(user)}</h1>
|
||||
<p style={{ color: 'var(--adm-color-text-secondary)', lineHeight: 1.5 }}>
|
||||
{getProjectName(user)} 今天有 {queueCount} 项个人任务需要关注
|
||||
{getProjectName(user)} 今天有 {queueCount} 项个人任务需要关注,优先处理待办隐患并同步最新日志。
|
||||
</p>
|
||||
</div>
|
||||
<div className="stat-grid">
|
||||
|
||||
Reference in New Issue
Block a user