windy 7 years ago
parent
commit
d6ba1ada5b
  1. 5
      dist/bundle.js
  2. 5
      dist/widget.js
  3. 3
      src/widget/relationview/relationview.item.js
  4. 2
      src/widget/relationview/relationview.region.js

5
dist/bundle.js vendored

@ -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]
}],

5
dist/widget.js vendored

@ -14838,7 +14838,6 @@ BI.RelationViewItem = BI.inherit(BI.BasicButton, {
var body = [];
var header = {
type: "bi.vertical_adapt",
cls: "primary-key-font",
items: []
};
@ -14867,7 +14866,7 @@ BI.RelationViewItem = BI.inherit(BI.BasicButton, {
value: o.value,
height: 25,
textAlign: "left",
width: 90,
width: 70,
lgap: 20
}
})
@ -15368,7 +15367,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]
}],

3
src/widget/relationview/relationview.item.js

@ -23,7 +23,6 @@ BI.RelationViewItem = BI.inherit(BI.BasicButton, {
var body = [];
var header = {
type: "bi.vertical_adapt",
cls: "primary-key-font",
items: []
};
@ -52,7 +51,7 @@ BI.RelationViewItem = BI.inherit(BI.BasicButton, {
value: o.value,
height: 25,
textAlign: "left",
width: 90,
width: 70,
lgap: 20
}
})

2
src/widget/relationview/relationview.region.js

@ -65,7 +65,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]
}],

Loading…
Cancel
Save