Browse Source

REPORT-59272 fix: 全部改为auto

es6
iapyang 3 years ago
parent
commit
6af513575f
  1. 2
      src/widget/multiselect/check/multiselect.check.pane.js
  2. 2
      src/widget/multitree/check/multi.tree.check.pane.js

2
src/widget/multiselect/check/multiselect.check.pane.js

@ -72,7 +72,7 @@ BI.MultiSelectCheckPane = BI.inherit(BI.Widget, {
height: this.constants.height,
el: {
type: "bi.vertical_adapt",
columnSize: ['fill', 'auto'],
columnSize: ['auto', 'auto'],
cls: "multi-select-continue-select",
items: [
{

2
src/widget/multitree/check/multi.tree.check.pane.js

@ -43,7 +43,7 @@ BI.MultiTreeCheckPane = BI.inherit(BI.Pane, {
var backToPopup = BI.createWidget({
type: "bi.vertical_adapt",
columnSize: ['fill', 'auto'],
columnSize: ['auto', 'auto'],
cls: "multi-tree-continue-select",
items: [
{

Loading…
Cancel
Save