feat(web): workflow check list

This commit is contained in:
zhaoying
2026-04-09 18:58:21 +08:00
parent 33a1c178ff
commit 5adff38bda
19 changed files with 475 additions and 20 deletions

View File

@@ -186,7 +186,7 @@ const VariableSelect: FC<VariableSelectProps> = ({
const nodeData = (parentOfSelected ?? selectedSuggestion)?.nodeData;
return (
<div ref={containerRef} className="rb:relative rb:w-full">
<div ref={containerRef} className={`rb:relative rb:w-full ${className}`}>
{/* Trigger */}
<div
className={clsx(