|
|
@ -35,7 +35,8 @@ BI.RelationViewItem = BI.inherit(BI.BasicButton, { |
|
|
|
value: o.value, |
|
|
|
value: o.value, |
|
|
|
height: o.height, |
|
|
|
height: o.height, |
|
|
|
textAlign: "left", |
|
|
|
textAlign: "left", |
|
|
|
width: o.isPrimary ? 70 : 90 |
|
|
|
width: o.isPrimary ? 70 : 90, |
|
|
|
|
|
|
|
lgap: o.isPrimary ? 0 : 10 |
|
|
|
}); |
|
|
|
}); |
|
|
|
BI.createWidget({ |
|
|
|
BI.createWidget({ |
|
|
|
type: "bi.vertical_adapt", |
|
|
|
type: "bi.vertical_adapt", |
|
|
|