guy 8 years ago
parent
commit
de11503e52
  1. 2
      demo/js/face.js
  2. 2
      docs/demo.js

2
demo/js/face.js

@ -130,7 +130,7 @@ 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(),

2
docs/demo.js

@ -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(),

Loading…
Cancel
Save