zydx-plus 1.34.459 → 1.34.460

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.34.459",
3
+ "version": "1.34.460",
4
4
  "description": "Vue.js",
5
5
  "main": "src/index.js",
6
6
  "files": [
@@ -115,6 +115,8 @@ export default {
115
115
 
116
116
  .upload-centered {
117
117
  margin: 0 auto;
118
+ background: white;
119
+ padding: 20px;
118
120
  }
119
121
 
120
122
  .upload-schedule {
package/src/index.js CHANGED
@@ -85,7 +85,7 @@ function install(app) {
85
85
  }
86
86
 
87
87
  export default {
88
- version: '1.34.459',
88
+ version: '1.34.460',
89
89
  install,
90
90
  Calendar,
91
91
  Message,