From 3d1032c73b35fdec468a947e09945774f41cb403 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Fri, 26 Jun 2026 18:42:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=96=87=E6=9C=AC=E8=BE=93?= =?UTF-8?q?=E5=87=BA=E6=8E=92=E7=89=88=EF=BC=9A=E6=B7=BB=E5=8A=A0=E5=B7=A6?= =?UTF-8?q?=E5=8F=B35px=E5=86=85=E8=BE=B9=E8=B7=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wwwroot/llmusage_ioinfo_display.dspy | 3 ++- wwwroot/llmusage_usages_display.dspy | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/wwwroot/llmusage_ioinfo_display.dspy b/wwwroot/llmusage_ioinfo_display.dspy index 59436c1..8844b4f 100644 --- a/wwwroot/llmusage_ioinfo_display.dspy +++ b/wwwroot/llmusage_ioinfo_display.dspy @@ -39,7 +39,8 @@ return { { "widgettype": "Text", "options": { - "text": ioinfo_text + "text": ioinfo_text, + "css": "padding: 0 5px; white-space: pre-wrap; word-break: break-all;" } } ] diff --git a/wwwroot/llmusage_usages_display.dspy b/wwwroot/llmusage_usages_display.dspy index aaafb04..100f729 100644 --- a/wwwroot/llmusage_usages_display.dspy +++ b/wwwroot/llmusage_usages_display.dspy @@ -43,7 +43,8 @@ return { { "widgettype": "Text", "options": { - "text": usages_text + "text": usages_text, + "css": "padding: 0 5px; white-space: pre-wrap; word-break: break-all;" } } ]