@maxax/ui 1.1.27 → 1.1.28

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.
package/dist/index.mjs CHANGED
@@ -6453,6 +6453,9 @@ const vxeTableFormatter = {
6453
6453
  }
6454
6454
  };
6455
6455
  VxeUI2.formats.mixin(vxeTableFormatter);
6456
+ VxeUI2.setConfig({
6457
+ zIndex: 2e3
6458
+ });
6456
6459
  const XBasicTable = withInstall(_sfc_main$F);
6457
6460
  const _sfc_main$E = /* @__PURE__ */ defineComponent({
6458
6461
  __name: "BasicButtonImportPreviewModal",