From 3829723533ddabdeb03f580059c849fed590aa3a Mon Sep 17 00:00:00 2001 From: yumoqing Date: Sat, 28 Feb 2026 14:11:39 +0800 Subject: [PATCH] bugfix --- bricks/recorder.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bricks/recorder.js b/bricks/recorder.js index cd8e6b2..172ae4f 100644 --- a/bricks/recorder.js +++ b/bricks/recorder.js @@ -16,7 +16,7 @@ bricks.MediaRecorder = class extends bricks.Popup { tip: 'start or stop record', rate: 2 }); - this.timepass = new bricks.Text({text:'00:00:00', cheight: 10}); + this.timepass = new bricks.Text({text:'00:00:00', cheight: 1.2}); var filler = new bricks.Filler({}); var cancel = new bricks.Svg({ url: bricks_resource('imgs/delete.svg'),