Feat: Add data operation node #10427 (#10985)

### What problem does this PR solve?

Feat: Add data operation node #10427

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2025-11-04 13:48:44 +08:00
committed by GitHub
parent 19f71a961a
commit 021b2ac51a
15 changed files with 109 additions and 68 deletions

View File

@ -29,7 +29,7 @@ export function HomeCard({
onClick?.();
}}
>
<CardContent className="p-4 flex gap-2 items-start group h-full w-full">
<CardContent className="p-4 flex gap-2 items-start group h-full w-full hover:shadow-md">
<div className="flex justify-between mb-4">
<RAGFlowAvatar
className="w-[32px] h-[32px]"

View File

@ -9,7 +9,7 @@ const Card = React.forwardRef<
<div
ref={ref}
className={cn(
'rounded-lg border-border-default border shadow-sm bg-bg-input hover:shadow-md',
'rounded-lg border-border-default border shadow-sm bg-bg-input',
className,
)}
{...props}