This commit is contained in:
yumoqing 2025-10-13 15:23:52 +08:00
parent 3e21069529
commit 68cd85589b

View File

@ -132,8 +132,8 @@ bricks.LlmOut = class extends bricks.VBox {
this.clear_widgets(); this.clear_widgets();
if (this.error.length) { if (this.error.length) {
var txt = bricks.escapeSpecialChars(this.error); var txt = bricks.escapeSpecialChars(this.error);
this.c_w = new bricks.MdWidget({ this.c_w = new bricks.Text({
mdtext: this.error, text: this.error,
css: 'resp-error', css: 'resp-error',
width: '100%' width: '100%'
}); });