From 7a2023446d2860be837af233c137cb37f3f85656 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Mon, 28 Oct 2024 16:47:29 +0800 Subject: [PATCH] bugfix --- bricks/running.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/bricks/running.js b/bricks/running.js index 9f1e456..b0f503c 100644 --- a/bricks/running.js +++ b/bricks/running.js @@ -7,7 +7,6 @@ bricks.BaseRunning = class extends bricks.FHBox { } */ constructor(opts){ - opts.width = opts.width || 'auto'; super(opts); this.icon_w = new bricks.Icon({ url:opts.icon || bricks_resource('imgs/running.gif') @@ -16,7 +15,6 @@ bricks.BaseRunning = class extends bricks.FHBox { text:'test123', color:'#222', wrap:false, - width:'50px', i18n:false }); this.time_start = new Date().getTime();