|
|
@ -13,13 +13,12 @@ const Widget: WidgetType = { |
|
|
|
return BI.Models.getModel(Model); |
|
|
|
return BI.Models.getModel(Model); |
|
|
|
}, |
|
|
|
}, |
|
|
|
render() { |
|
|
|
render() { |
|
|
|
const {title, extraCls, creator, text, id} = this.options; |
|
|
|
const {title, cls, creator, text, id} = this.options; |
|
|
|
|
|
|
|
|
|
|
|
return { |
|
|
|
return { |
|
|
|
type: LeftRightVerticalAdapt, |
|
|
|
type: LeftRightVerticalAdapt, |
|
|
|
cls: 'link-item cursor-pointer', |
|
|
|
cls: `link-item cursor-pointer ${cls}`, |
|
|
|
height: 24, |
|
|
|
height: 24, |
|
|
|
extraCls, |
|
|
|
|
|
|
|
items: { |
|
|
|
items: { |
|
|
|
left: [ |
|
|
|
left: [ |
|
|
|
{ |
|
|
|
{ |
|
|
|