This commit is contained in:
yumoqing 2026-03-04 17:19:37 +08:00
parent acd308a02a
commit 8578044b9b

View File

@ -10,7 +10,7 @@ bricks.DeletableLabel = class extends bricks.HBox {
opts.cheight = 1;
opts.width = '100%';
super(opts);
this.rate = opts.rate or 0.6;
this.rate = opts.rate || 0.6;
var lopts = {
rate: this.rate
}