bk-magic-vue 2.5.6 → 2.5.7-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -30281,6 +30281,7 @@
30281
30281
  icon: '',
30282
30282
  dismissable: true,
30283
30283
  verticalOffset: 0,
30284
+ zIndex: 2500,
30284
30285
  horizonOffset: 0,
30285
30286
  visible: false,
30286
30287
  countID: null,
@@ -30297,7 +30298,8 @@
30297
30298
  },
30298
30299
  verticalStyle: function verticalStyle() {
30299
30300
  return {
30300
- top: "".concat(this.verticalOffset, "px")
30301
+ top: "".concat(this.verticalOffset, "px"),
30302
+ zIndex: this.zIndex
30301
30303
  };
30302
30304
  },
30303
30305
  tipsIcon: function tipsIcon() {