Sfoglia il codice sorgente

fix(free-demo): llm node height

liuyangxing 10 mesi fa
parent
commit
f49f359db4
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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() {