zydx-plus 1.35.535 → 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.535",
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() {
@@ -625,10 +625,10 @@ export default {
625
625
  position: relative;
626
626
  }
627
627
  .zIndex9999{
628
- z-index: 10001;
628
+ z-index: 9999;
629
629
  }
630
630
  .zIndex10000{
631
- z-index: 10002;
631
+ z-index: 10000;
632
632
  }
633
633
  .zIndexSlot{
634
634
  position: absolute;
@@ -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.535',
92
+ version: '1.35.536',
93
93
  install,
94
94
  Calendar,
95
95
  Message,