|
|
|
@ -90892,7 +90892,6 @@ BI.RelationViewItem = BI.inherit(BI.BasicButton, {
|
|
|
|
|
var body = []; |
|
|
|
|
var header = { |
|
|
|
|
type: "bi.vertical_adapt", |
|
|
|
|
|
|
|
|
|
cls: "primary-key-font", |
|
|
|
|
items: [] |
|
|
|
|
}; |
|
|
|
@ -90921,7 +90920,7 @@ BI.RelationViewItem = BI.inherit(BI.BasicButton, {
|
|
|
|
|
value: o.value, |
|
|
|
|
height: 25, |
|
|
|
|
textAlign: "left", |
|
|
|
|
width: 90, |
|
|
|
|
width: 70, |
|
|
|
|
lgap: 20 |
|
|
|
|
} |
|
|
|
|
}) |
|
|
|
@ -91422,7 +91421,7 @@ BI.RelationViewRegion = BI.inherit(BI.BasicButton, {
|
|
|
|
|
cls: "relation-view-region-container bi-card bi-border " + (o.belongPackage ? "" : "other-package"), |
|
|
|
|
items: [{ |
|
|
|
|
type: "bi.vertical_adapt", |
|
|
|
|
cls: "relation-view-region-title bi-border-bottom", |
|
|
|
|
cls: "relation-view-region-title bi-border-bottom bi-background", |
|
|
|
|
items: [this.preview, this.title] |
|
|
|
|
}, this.button_group] |
|
|
|
|
}], |
|
|
|
|