mirror of
https://gitee.com/openharmony/arkui_ace_engine
synced 2024-12-14 04:20:25 +00:00
高级组件ProgressButton.js文件黄蓝同步,同步空格1
Signed-off-by: tianyingfu <tianyingfu@h-partners.com>
This commit is contained in:
parent
17c02851d9
commit
13387f50c8
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user