|
|
@ -4840,16 +4840,16 @@ BI.shortcut("demo.vtape", Demo.VtapeLayout);Demo.Face = BI.inherit(BI.Widget, { |
|
|
|
column: 0, |
|
|
|
column: 0, |
|
|
|
row: 0, |
|
|
|
row: 0, |
|
|
|
el: { |
|
|
|
el: { |
|
|
|
type: "bi.vertical", |
|
|
|
type: "demo.preview", |
|
|
|
cls: "face-config", |
|
|
|
cls: "face-config" |
|
|
|
items: [this._createBaseConfig(), |
|
|
|
|
|
|
|
this._createCommonConfig()] |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
}, { |
|
|
|
}, { |
|
|
|
column: 1, |
|
|
|
column: 1, |
|
|
|
row: 0, |
|
|
|
row: 0, |
|
|
|
el: { |
|
|
|
el: { |
|
|
|
type: "demo.preview" |
|
|
|
type: "bi.vertical", |
|
|
|
|
|
|
|
items: [this._createBaseConfig(), |
|
|
|
|
|
|
|
this._createCommonConfig()] |
|
|
|
} |
|
|
|
} |
|
|
|
}]] |
|
|
|
}]] |
|
|
|
} |
|
|
|
} |
|
|
|