|
|
|
@ -1,17 +1,20 @@
|
|
|
|
|
import {WidgetType, CenterAdapt, Vertical, Layout, Label} from '@ui/index'; |
|
|
|
|
import {WidgetType, Layout, Label, HorizotalAdapt, Vtape} from '@ui/index'; |
|
|
|
|
const className = 'dec.dcm.component.right.nothing'; |
|
|
|
|
const Widget: WidgetType = { |
|
|
|
|
render() { |
|
|
|
|
return { |
|
|
|
|
type: CenterAdapt, |
|
|
|
|
type: HorizotalAdapt, |
|
|
|
|
top: 200, |
|
|
|
|
items: [{ |
|
|
|
|
type: Vertical, |
|
|
|
|
type: Vtape, |
|
|
|
|
width: 260, |
|
|
|
|
height: 150, |
|
|
|
|
items: [ |
|
|
|
|
{ |
|
|
|
|
type: Layout, |
|
|
|
|
cls: 'data-connection-background', |
|
|
|
|
width: 260, |
|
|
|
|
el: { |
|
|
|
|
type: Layout, |
|
|
|
|
cls: 'data-connection-background', |
|
|
|
|
}, |
|
|
|
|
height: 130, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|