zydx-plus 1.35.534 → 1.35.535

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.535",
4
4
  "description": "Vue.js",
5
5
  "main": "src/index.js",
6
6
  "files": [
@@ -625,10 +625,10 @@ export default {
625
625
  position: relative;
626
626
  }
627
627
  .zIndex9999{
628
- z-index: 9999;
628
+ z-index: 10001;
629
629
  }
630
630
  .zIndex10000{
631
- z-index: 10000;
631
+ z-index: 10002;
632
632
  }
633
633
  .zIndexSlot{
634
634
  position: absolute;
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.535',
93
93
  install,
94
94
  Calendar,
95
95
  Message,