This commit is contained in:
yumoqing 2025-09-19 16:01:07 +08:00
parent 8f45100c62
commit cd8e272e03

View File

@ -68,7 +68,7 @@ bricks.ModelOutput = class extends bricks.VBox {
this.content = new bricks.HBox({width:'100%'}); this.content = new bricks.HBox({width:'100%'});
this.add_widget(this.content); this.add_widget(this.content);
this.logid = null; this.logid = null;
this.run = new bricks.BaseRunning({target:this}); this.run = new bricks.BaseRunning({target:this, cheight:2, cwidth:2});
this.content.add_widget(this.run); this.content.add_widget(this.run);
this.filler = new bricks.LlmOut({width: '100%', css: 'card'}); this.filler = new bricks.LlmOut({width: '100%', css: 'card'});
this.filler.set_css('filler'); this.filler.set_css('filler');