zydx-plus 1.35.589 → 1.35.590

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zydx-plus",
3
- "version": "1.35.589",
3
+ "version": "1.35.590",
4
4
  "description": "Vue.js",
5
5
  "main": "src/index.js",
6
6
  "files": [
@@ -237,6 +237,7 @@ export default {
237
237
  this.reducePop()
238
238
  this.state = false
239
239
  this.$emit('enlarge', this.state)
240
+ this.draggableState.draggable({enabled: true})
240
241
  }
241
242
  },
242
243
  // 全屏
@@ -427,7 +428,7 @@ export default {
427
428
  left: this.x,
428
429
  top: this.y
429
430
  })
430
- },100)
431
+ },200)
431
432
  }
432
433
  this.$emit('enlarge', this.state)
433
434
  },
@@ -244,6 +244,7 @@ export default {
244
244
  this.reducePop()
245
245
  this.state = false
246
246
  this.$emit('enlarge', this.state)
247
+ this.draggableState.draggable({enabled: true})
247
248
  }
248
249
  },
249
250
  // 全屏
@@ -299,13 +300,13 @@ export default {
299
300
  }
300
301
  })
301
302
  sessionStorage.setItem('pop', JSON.stringify(pop))
303
+
302
304
  },
303
305
  disconnect() {
304
306
  this.$emit('dragStatus')
305
307
  },
306
308
  init() {
307
309
  let that = this
308
- console.log(window.devicePixelRatio)
309
310
  if(this.fixedStart) {
310
311
  if(!this.isInitShowBottomRight) {
311
312
  const wid = document.getElementById('app').offsetWidth
@@ -437,7 +438,7 @@ export default {
437
438
  left: this.x,
438
439
  top: this.y
439
440
  })
440
- },100)
441
+ },200)
441
442
  }
442
443
  this.$emit('enlarge', this.state)
443
444
  },
@@ -592,7 +593,6 @@ export default {
592
593
  opacity: 1;
593
594
  }
594
595
  }
595
-
596
596
  .drag-pop {
597
597
  position: fixed;
598
598
  /* top: 0;
package/src/index.js CHANGED
@@ -89,7 +89,7 @@ function install(app) {
89
89
  }
90
90
 
91
91
  export default {
92
- version: '1.35.589',
92
+ version: '1.35.590',
93
93
  install,
94
94
  Calendar,
95
95
  Message,