feat: update todo list completion status and refine ChatEmptyState layout
This commit is contained in:
@@ -7,6 +7,6 @@
|
|||||||
5、迁移频道功能 - 完成
|
5、迁移频道功能 - 完成
|
||||||
6、迁移agent功能 - 完成
|
6、迁移agent功能 - 完成
|
||||||
7、知识库调整成上传文件,查看文件列表 - 完成
|
7、知识库调整成上传文件,查看文件列表 - 完成
|
||||||
8、模型配置添加弹窗移除
|
8、模型配置添加弹窗移除 - 完成
|
||||||
9、任务列表移除
|
9、任务列表移除 - 完成
|
||||||
10、把模型和Agents收敛到设置中
|
10、把模型和Agents收敛到设置中 - 完成
|
||||||
|
|||||||
@@ -19,9 +19,9 @@ export default function ChatEmptyState() {
|
|||||||
] as const;
|
] as const;
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="flex min-h-full items-center justify-center px-4 py-6">
|
<div className="flex min-h-full items-center justify-center">
|
||||||
<div className="flex w-full max-w-4xl flex-col items-center justify-center text-center">
|
<div className="flex w-full max-w-4xl flex-col items-center justify-center text-center">
|
||||||
<div className="h-[clamp(280px,52vh,520px)] w-full px-6 dark:bg-[radial-gradient(circle_at_top,rgba(49,73,109,0.24)_0%,rgba(24,24,27,0)_60%)]">
|
<div className="h-[clamp(280px,48vh,520px)] w-full px-6 dark:bg-[radial-gradient(circle_at_top,rgba(49,73,109,0.24)_0%,rgba(24,24,27,0)_60%)]">
|
||||||
<div className="mx-auto flex h-full max-w-3xl flex-col items-center justify-center">
|
<div className="mx-auto flex h-full max-w-3xl flex-col items-center justify-center">
|
||||||
<h2
|
<h2
|
||||||
className="text-[clamp(40px,7vw,72px)] font-medium leading-[1.1] tracking-[-0.05em] text-[#2F3542] dark:text-[#E5E7EB]"
|
className="text-[clamp(40px,7vw,72px)] font-medium leading-[1.1] tracking-[-0.05em] text-[#2F3542] dark:text-[#E5E7EB]"
|
||||||
|
|||||||
Reference in New Issue
Block a user