This commit is contained in:
yumoqing 2025-10-13 15:25:42 +08:00
parent 68cd85589b
commit 61d4f1629d

View File

@ -134,6 +134,8 @@ bricks.LlmOut = class extends bricks.VBox {
var txt = bricks.escapeSpecialChars(this.error);
this.c_w = new bricks.Text({
text: this.error,
wrap: true,
halign: 'left',
css: 'resp-error',
width: '100%'
});