This commit is contained in:
yumoqing 2025-09-16 11:08:52 +08:00
parent 1459033c88
commit 3f7abfbf11

View File

@ -75,7 +75,7 @@ bricks.LlmOut = class extends bricks.VBox {
var txt = bricks.escapeSpecialChars(this.content); var txt = bricks.escapeSpecialChars(this.content);
this.c_w = new bricks.MdWidget({ this.c_w = new bricks.MdWidget({
mdtext: txt, mdtext: txt,
css: 'resp-content'; css: 'resp-content',
width: '100%' width: '100%'
}); });
this.add_widget(this.c_w); this.add_widget(this.c_w);