@ -997,6 +997,8 @@
}
.bi-pane {
min-height: 55px;
.bi-pane .loading-container {
background-color: rgba(247, 248, 250, 0);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00f7f8fa,endColorstr=#00f7f8fa);
@ -279,6 +279,7 @@ BI.Pane = BI.inherit(BI.Widget, {
if (!BI.Layers.has(this.getName())) {
BI.createWidget({
type: "bi.absolute_center_adapt",
cls: "loading-container",
items: [{
el: loadingAnimation
}],
@ -292,6 +293,7 @@ BI.Pane = BI.inherit(BI.Widget, {
element: this,
el: this._loading,
left: 0,
@ -2951,6 +2951,8 @@ textarea {
@ -35575,6 +35575,7 @@ BI.Pane = BI.inherit(BI.Widget, {
@ -35588,6 +35589,7 @@ BI.Pane = BI.inherit(BI.Widget, {
@ -35817,6 +35817,7 @@ BI.Pane = BI.inherit(BI.Widget, {
@ -35830,6 +35831,7 @@ BI.Pane = BI.inherit(BI.Widget, {
@ -24407,6 +24407,7 @@ BI.Pane = BI.inherit(BI.Widget, {
@ -24420,6 +24421,7 @@ BI.Pane = BI.inherit(BI.Widget, {
@ -78,6 +78,7 @@ BI.Pane = BI.inherit(BI.Widget, {
@ -91,6 +92,7 @@ BI.Pane = BI.inherit(BI.Widget, {
@ -344,6 +344,8 @@
@ -2,7 +2,9 @@
@import "../resource/background";
.background-color(@color-bi-background-normal, 0);
& .loading-container {
.bi-loading-widget {