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();
if (this.error.length) {
var txt = bricks.escapeSpecialChars(this.error);
this.c_w = new bricks.MdWidget({
mdtext: this.error,
this.c_w = new bricks.Text({
text: this.error,
css: 'resp-error',
width: '100%'
});