高级组件ProgressButton.js文件黄蓝同步,同步空格1

Signed-off-by: tianyingfu <tianyingfu@h-partners.com>
This commit is contained in:
tianyingfu 2024-07-27 18:21:16 +08:00
parent 17c02851d9
commit 13387f50c8

View File

@ -44,7 +44,7 @@ export class ProgressButton extends ViewPU {
this.__enable = new SynchedPropertySimpleOneWayPU(g1.enable, this, "enable");
this.__progressColor = new ObservedPropertyObjectPU('#330A59F7', this, "progressColor");
this.__containerBorderColor = new ObservedPropertyObjectPU('#330A59F7', this, "containerBorderColor");
this.__containerBackgroundColor = new ObservedPropertyObjectPU({ "id": -1, "type": 10001,
this.__containerBackgroundColor = new ObservedPropertyObjectPU({ "id": -1, "type": 10001,
params: ['sys.color.ohos_id_color_foreground_contrary'],
"bundleName": "__harDefaultBundleName__", "moduleName": "__harDefaultModuleName__" }, this, "containerBackgroundColor");
this.setInitiallyProvidedValue(g1);