瀏覽代碼

fix(free-demo): llm node height

liuyangxing 10 月之前
父節點
當前提交
f49f359db4
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      apps/demo-free-layout/src/nodes/llm/index.ts

+ 1 - 1
apps/demo-free-layout/src/nodes/llm/index.ts

@@ -14,7 +14,7 @@ export const LLMNodeRegistry: FlowNodeRegistry = {
   meta: {
     size: {
       width: 360,
-      height: 94,
+      height: 305,
     },
   },
   onAdd() {