Logo
Explore Help
Register Sign In
zlei6/ragflow
1
0
Fork 0
You've already forked ragflow
mirror of https://github.com/infiniflow/ragflow.git synced 2026-07-28 19:58:11 +08:00
Code Issues Packages Projects Releases Wiki Activity
Files
9371d7b19cddeb2b8f57d3da66a2ca9e7039a1ac
ragflow/web/src/pages/agent/canvas/node/node-wrapper.tsx

19 lines
395 B
TypeScript
Raw Normal View History

Feat: Modify the style of the canvas operator node #3221 (#8261) ### What problem does this PR solve? Feat: Modify the style of the canvas operator node #3221 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
2025-06-16 09:29:08 +08:00
import { cn } from '@/lib/utils';
import { HTMLAttributes, PropsWithChildren } from 'react';
export function NodeWrapper({
children,
className,
}: PropsWithChildren & HTMLAttributes<HTMLDivElement>) {
return (
<section
className={cn(
Feat: Modify the anchor point positioning of the classification operator node #3221 (#8299) ### What problem does this PR solve? Feat: Modify the anchor point positioning of the classification operator node #3221 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
2025-06-17 09:28:30 +08:00
'bg-background-header-bar p-2.5 rounded-md w-[200px] text-xs',
Feat: Modify the style of the canvas operator node #3221 (#8261) ### What problem does this PR solve? Feat: Modify the style of the canvas operator node #3221 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
2025-06-16 09:29:08 +08:00
className,
)}
>
{children}
</section>
);
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.5 Page: 1050ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API