|
|
@ -4650,7 +4650,7 @@ BI.shortcut("demo.vtape", Demo.VtapeLayout);Demo.Face = BI.inherit(BI.Widget, { |
|
|
|
_createBaseConfig: function () { |
|
|
|
_createBaseConfig: function () { |
|
|
|
return { |
|
|
|
return { |
|
|
|
type: "bi.vertical", |
|
|
|
type: "bi.vertical", |
|
|
|
items: [this._createLabel("--基本配色--"), |
|
|
|
items: [this._createLabel("--通用配色--"), |
|
|
|
this._createBackgroundConfig(), |
|
|
|
this._createBackgroundConfig(), |
|
|
|
this._createFontConfig(), |
|
|
|
this._createFontConfig(), |
|
|
|
this._createDisableFontConfig(), |
|
|
|
this._createDisableFontConfig(), |
|
|
|