coolcare-lite-scada-component 4.0.8 → 4.0.9

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.
@@ -394,7 +394,7 @@ var DialogPointHistory = function DialogPointHistory(_ref) {
394
394
  open: visible,
395
395
  closable: true,
396
396
  width: 1300,
397
- zIndex: 99,
397
+ zIndex: 9999,
398
398
  footer: null,
399
399
  onCancel: closeModal,
400
400
  afterClose: closeModal,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "coolcare-lite-scada-component",
3
- "version": "4.0.8",
3
+ "version": "4.0.9",
4
4
  "scripts": {
5
5
  "start": " umi dev",
6
6
  "build:prod": "UMI_ENV=prod umi build",