zydx-plus 1.35.512 → 1.35.513

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.513",
4
4
  "description": "Vue.js",
5
5
  "main": "src/index.js",
6
6
  "files": [
@@ -419,11 +419,12 @@ 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;
427
+ background-color: #000;
427
428
  display: inline-block;
428
429
  cursor: nwse-resize;
429
430
  user-select: none;
@@ -425,11 +425,12 @@ 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;
433
+ background-color: #000;
433
434
  display: inline-block;
434
435
  cursor: nwse-resize;
435
436
  user-select: none;
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.513',
93
93
  install,
94
94
  Calendar,
95
95
  Message,