优化UI
This commit is contained in:
@@ -128,6 +128,7 @@ export function Dashboard({
|
||||
|
||||
return (
|
||||
<section className="dashboard-page">
|
||||
<div className="dashboard-inner">
|
||||
<section className="welcome">
|
||||
<h1>欢迎回来{greetName ? `,${greetName}` : ""}</h1>
|
||||
<p>{dateLabel} · 你有{running}个项目正在进行中</p>
|
||||
@@ -258,6 +259,7 @@ export function Dashboard({
|
||||
</div>
|
||||
)}
|
||||
</section>
|
||||
</div>
|
||||
</section>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user