zydx-plus 1.35.512 → 1.35.514

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.512",
3
+ "version": "1.35.514",
4
4
  "description": "Vue.js",
5
5
  "main": "src/index.js",
6
6
  "files": [
@@ -419,8 +419,8 @@ export default {
419
419
 
420
420
  .drag-in {
421
421
  position: absolute;
422
- bottom: -40px;
423
- right: -20px;
422
+ bottom: -65px;
423
+ right: -35px;
424
424
  width: 40px;
425
425
  height: 40px;
426
426
  z-index: 2041;
@@ -425,8 +425,8 @@ export default {
425
425
 
426
426
  .drag-in {
427
427
  position: absolute;
428
- bottom: -40px;
429
- right: -20px;
428
+ bottom: -65px;
429
+ right: -35px;
430
430
  width: 40px;
431
431
  height: 40px;
432
432
  z-index: 2041;
package/src/index.js CHANGED
@@ -89,7 +89,7 @@ function install(app) {
89
89
  }
90
90
 
91
91
  export default {
92
- version: '1.35.512',
92
+ version: '1.35.514',
93
93
  install,
94
94
  Calendar,
95
95
  Message,