Browse Source

BI-34242 弹窗内容最大高度

es6
windy 6 years ago
parent
commit
f5571a84c5
  1. 4
      dist/base.css
  2. 4
      dist/bundle.css
  3. 1
      dist/bundle.ie.js
  4. 38
      dist/bundle.ie.min.js
  5. 1
      dist/bundle.js
  6. 2
      dist/bundle.min.css
  7. 4
      dist/bundle.min.js
  8. 1
      dist/case.js
  9. 4
      dist/fineui.css
  10. 1
      dist/fineui.ie.js
  11. 38
      dist/fineui.ie.min.js
  12. 1
      dist/fineui.js
  13. 2
      dist/fineui.min.css
  14. 4
      dist/fineui.min.js
  15. 1
      dist/fineui_without_jquery_polyfill.js
  16. 2
      dist/utils.min.js
  17. 1
      src/case/combo/bubblecombo/popup.bubble.js
  18. 4
      src/css/base/combo/popup.css
  19. 5
      src/less/base/combo/popup.bubble.bar.less

4
dist/base.css vendored

@ -562,6 +562,10 @@
.bi-text-value-down-list-combo:hover > .bi-border {
border-color: #3685f2;
}
.bi-bubble-bar-popup-view .bar-popup-container {
max-height: 656px;
}
/*************BI.SearchEditor******************/
.bi-search-editor {
-webkit-border-radius: 2px;

4
dist/bundle.css vendored

@ -2534,6 +2534,10 @@ textarea {
.bi-text-value-down-list-combo:hover > .bi-border {
border-color: #3685f2;
}
.bi-bubble-bar-popup-view .bar-popup-container {
max-height: 656px;
}
/*************BI.SearchEditor******************/
.bi-search-editor {
-webkit-border-radius: 2px;

1
dist/bundle.ie.js vendored

@ -52572,6 +52572,7 @@ BI.BubblePopupBarView = BI.inherit(BI.BubblePopupView, {
items: [o.el],
layouts: [{
type: "bi.vertical",
cls: "bar-popup-container",
hgap: 15,
tgap: 10
}]

38
dist/bundle.ie.min.js vendored

File diff suppressed because one or more lines are too long

1
dist/bundle.js vendored

@ -52976,6 +52976,7 @@ BI.BubblePopupBarView = BI.inherit(BI.BubblePopupView, {
items: [o.el],
layouts: [{
type: "bi.vertical",
cls: "bar-popup-container",
hgap: 15,
tgap: 10
}]

2
dist/bundle.min.css vendored

File diff suppressed because one or more lines are too long

4
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

1
dist/case.js vendored

@ -4067,6 +4067,7 @@ BI.BubblePopupBarView = BI.inherit(BI.BubblePopupView, {
items: [o.el],
layouts: [{
type: "bi.vertical",
cls: "bar-popup-container",
hgap: 15,
tgap: 10
}]

4
dist/fineui.css vendored

@ -2534,6 +2534,10 @@ textarea {
.bi-text-value-down-list-combo:hover > .bi-border {
border-color: #3685f2;
}
.bi-bubble-bar-popup-view .bar-popup-container {
max-height: 656px;
}
/*************BI.SearchEditor******************/
.bi-search-editor {
-webkit-border-radius: 2px;

1
dist/fineui.ie.js vendored

@ -52814,6 +52814,7 @@ BI.BubblePopupBarView = BI.inherit(BI.BubblePopupView, {
items: [o.el],
layouts: [{
type: "bi.vertical",
cls: "bar-popup-container",
hgap: 15,
tgap: 10
}]

38
dist/fineui.ie.min.js vendored

File diff suppressed because one or more lines are too long

1
dist/fineui.js vendored

@ -53218,6 +53218,7 @@ BI.BubblePopupBarView = BI.inherit(BI.BubblePopupView, {
items: [o.el],
layouts: [{
type: "bi.vertical",
cls: "bar-popup-container",
hgap: 15,
tgap: 10
}]

2
dist/fineui.min.css vendored

File diff suppressed because one or more lines are too long

4
dist/fineui.min.js vendored

File diff suppressed because one or more lines are too long

1
dist/fineui_without_jquery_polyfill.js vendored

@ -36252,6 +36252,7 @@ BI.BubblePopupBarView = BI.inherit(BI.BubblePopupView, {
items: [o.el],
layouts: [{
type: "bi.vertical",
cls: "bar-popup-container",
hgap: 15,
tgap: 10
}]

2
dist/utils.min.js vendored

File diff suppressed because one or more lines are too long

1
src/case/combo/bubblecombo/popup.bubble.js

@ -77,6 +77,7 @@ BI.BubblePopupBarView = BI.inherit(BI.BubblePopupView, {
items: [o.el],
layouts: [{
type: "bi.vertical",
cls: "bar-popup-container",
hgap: 15,
tgap: 10
}]

4
src/css/base/combo/popup.css

@ -0,0 +1,4 @@
.bi-bubble-bar-popup-view .bar-popup-container {
max-height: 656px;
}

5
src/less/base/combo/popup.bubble.bar.less

@ -0,0 +1,5 @@
.bi-bubble-bar-popup-view {
& .bar-popup-container{
max-height: 656px;
}
}
Loading…
Cancel
Save