zydx-plus 1.35.514 → 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.514",
3
+ "version": "1.35.515",
4
4
  "description": "Vue.js",
5
5
  "main": "src/index.js",
6
6
  "files": [
@@ -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.514',
92
+ version: '1.35.515',
93
93
  install,
94
94
  Calendar,
95
95
  Message,