diff --git a/src/app/connection/right/nothing.ts b/src/app/connection/right/nothing.ts index cfe2172..4840ead 100644 --- a/src/app/connection/right/nothing.ts +++ b/src/app/connection/right/nothing.ts @@ -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, }, {