zydx-plus 1.35.535 → 1.35.537

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.537",
4
4
  "description": "Vue.js",
5
5
  "main": "src/index.js",
6
6
  "files": [
@@ -217,7 +217,9 @@ export default {
217
217
  this.x = this.left + (wid-this.initWidth)/2
218
218
  }
219
219
  });
220
- this.dragTap()
220
+ setTimeout(() => {
221
+ document.getElementById(this.id).classList.add('zIndex10000')
222
+ },0)
221
223
  },
222
224
  computed: {
223
225
  position() {
@@ -625,10 +627,10 @@ export default {
625
627
  position: relative;
626
628
  }
627
629
  .zIndex9999{
628
- z-index: 10001;
630
+ z-index: 9999;
629
631
  }
630
632
  .zIndex10000{
631
- z-index: 10002;
633
+ z-index: 10000;
632
634
  }
633
635
  .zIndexSlot{
634
636
  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.537',
93
93
  install,
94
94
  Calendar,
95
95
  Message,