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
|
@@ -217,7 +217,7 @@ export default {
|
|
|
217
217
|
this.x = this.left + (wid-this.initWidth)/2
|
|
218
218
|
}
|
|
219
219
|
});
|
|
220
|
-
this.
|
|
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:
|
|
628
|
+
z-index: 9999;
|
|
629
629
|
}
|
|
630
630
|
.zIndex10000{
|
|
631
|
-
z-index:
|
|
631
|
+
z-index: 10000;
|
|
632
632
|
}
|
|
633
633
|
.zIndexSlot{
|
|
634
634
|
position: absolute;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<template>
|
|
2
|
-
<dragPopup2
|
|
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>
|