coolcare-lite-scada-component 1.0.54 → 1.0.55

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.
@@ -392,7 +392,7 @@ var DialogPointHistory = function DialogPointHistory(_ref) {
392
392
  open: visible,
393
393
  closable: true,
394
394
  width: 1600,
395
- zIndex: 42000,
395
+ zIndex: 9997,
396
396
  footer: null,
397
397
  onCancel: closeModal,
398
398
  afterClose: closeModal,
@@ -153,6 +153,7 @@ var ModalChoosePoint = function ModalChoosePoint(_ref) {
153
153
  footer: null,
154
154
  onCancel: closeModal,
155
155
  visible: visible,
156
+ zIndex: 9999,
156
157
  wrapClassName: 'form-modal',
157
158
  getContainer: function getContainer() {
158
159
  return document.getElementById("scada-body");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "coolcare-lite-scada-component",
3
- "version": "1.0.54",
3
+ "version": "1.0.55",
4
4
  "scripts": {
5
5
  "start": " PORT=8000 umi dev",
6
6
  "build:prod": "UMI_ENV=prod umi build",