zydx-plus 1.35.497 → 1.35.499

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.497",
3
+ "version": "1.35.499",
4
4
  "description": "Vue.js",
5
5
  "main": "src/index.js",
6
6
  "files": [
@@ -37,7 +37,7 @@
37
37
 
38
38
  <script>
39
39
  export default {
40
- name: "zydx-drag-popup",
40
+ name: "zydx-drag-popup2",
41
41
  data() {
42
42
  return {
43
43
  x: 0,//left:x
@@ -543,9 +543,9 @@ export default {
543
543
  position: relative;
544
544
  }
545
545
  .zIndex9999{
546
- z-index: 9999;
546
+ z-index: 10001;
547
547
  }
548
548
  .zIndex10000{
549
- z-index: 10000;
549
+ z-index: 10002;
550
550
  }
551
551
  </style>
@@ -787,7 +787,7 @@ export default {
787
787
 
788
788
  .tool-cont {
789
789
  position: fixed;
790
- z-index: 10002;
790
+ z-index: 10003;
791
791
  }
792
792
 
793
793
  .tool-item {
package/src/index.js CHANGED
@@ -89,7 +89,7 @@ function install(app) {
89
89
  }
90
90
 
91
91
  export default {
92
- version: '1.35.497',
92
+ version: '1.35.499',
93
93
  install,
94
94
  Calendar,
95
95
  Message,