From 2f5fee324a98e4dce17e05754b4ac8bdd266c40b Mon Sep 17 00:00:00 2001 From: zxhlyh Date: Tue, 4 Aug 2026 13:03:01 +0800 Subject: [PATCH] fix(skills): refine empty state layout --- web/features/skills/page.tsx | 57 ++++++++++++++++++++---------------- 1 file changed, 31 insertions(+), 26 deletions(-) diff --git a/web/features/skills/page.tsx b/web/features/skills/page.tsx index bd2fc007585..d0513d69799 100644 --- a/web/features/skills/page.tsx +++ b/web/features/skills/page.tsx @@ -136,47 +136,52 @@ function SkillPlaceholderState({ aria-labelledby="skill-placeholder-title" className="relative col-span-full min-h-[calc(100vh-142px)] overflow-hidden" > -
+
{placeholderCardIds.map((id) => (
))}
-
-
-
-
- +
+
+
+
+
+ +
+

+ {title} +

-

- {title} -

{!isEmptySearch && ( -
+