zydx-plus 1.35.513 → 1.35.515

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.513",
3
+ "version": "1.35.515",
4
4
  "description": "Vue.js",
5
5
  "main": "src/index.js",
6
6
  "files": [
@@ -424,7 +424,6 @@ export default {
424
424
  width: 40px;
425
425
  height: 40px;
426
426
  z-index: 2041;
427
- background-color: #000;
428
427
  display: inline-block;
429
428
  cursor: nwse-resize;
430
429
  user-select: none;
@@ -430,7 +430,6 @@ export default {
430
430
  width: 40px;
431
431
  height: 40px;
432
432
  z-index: 2041;
433
- background-color: #000;
434
433
  display: inline-block;
435
434
  cursor: nwse-resize;
436
435
  user-select: none;
@@ -185,7 +185,7 @@ export default {
185
185
  left: 50%;
186
186
  z-index: 10;
187
187
  transform: translateX(-50%);
188
- height: 40px;
188
+ height: 20px;
189
189
  text-align: center;
190
190
  background-color: rgba(0,0,0,0.5);
191
191
  color: #fff;
package/src/index.js CHANGED
@@ -89,7 +89,7 @@ function install(app) {
89
89
  }
90
90
 
91
91
  export default {
92
- version: '1.35.513',
92
+ version: '1.35.515',
93
93
  install,
94
94
  Calendar,
95
95
  Message,