zydx-plus 1.35.534 → 1.35.536

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.534",
3
+ "version": "1.35.536",
4
4
  "description": "Vue.js",
5
5
  "main": "src/index.js",
6
6
  "files": [
@@ -217,7 +217,7 @@ export default {
217
217
  this.x = this.left + (wid-this.initWidth)/2
218
218
  }
219
219
  });
220
- this.dragTap()
220
+ document.getElementById(this.id).classList.add('zIndex10000')
221
221
  },
222
222
  computed: {
223
223
  position() {
@@ -1,5 +1,5 @@
1
1
  <template>
2
- <dragPopup2 :z-index="10002" title="手写记录" @updateDrag="updateDragInit" :width="width" :height="height" :minWidth="740" :minHeight="487" @close="cancel" :minimizeCir="false" :dragTextShow="false">
2
+ <dragPopup2 title="手写记录" @updateDrag="updateDragInit" :width="width" :height="height" :minWidth="740" :minHeight="487" @close="cancel" :minimizeCir="false" :dragTextShow="false">
3
3
  <template #content>
4
4
  <div class="paint" :id="ids">
5
5
  <div class="paint-title"></div>
package/src/index.js CHANGED
@@ -89,7 +89,7 @@ function install(app) {
89
89
  }
90
90
 
91
91
  export default {
92
- version: '1.35.534',
92
+ version: '1.35.536',
93
93
  install,
94
94
  Calendar,
95
95
  Message,