From 1c09faf210fba1abc6cb907a080d19e5bb9493b3 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Fri, 12 Jun 2026 11:18:55 +0800 Subject: [PATCH] Revert "fix: increase model card spacing - margin 4px -> 8px" This reverts commit 1434dffb49cb7b515e7d12679e5c1a6b777e1d50. --- bricks/llm.js | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/bricks/llm.js b/bricks/llm.js index dc1bac3..49ed9b2 100644 --- a/bricks/llm.js +++ b/bricks/llm.js @@ -422,13 +422,12 @@ bricks.LlmIO = class extends bricks.VBox { llmcatelogid:this.models[0].llmcatelogid }, data_method:'POST', - col_cwidth: 36, + col_cwidth: 24, record_view:{ widgettype:"VBox", options:{ - cheight:14, - css:"card", - margin:"8px" + cheight:20, + css:"card" }, subwidgets:[ {