zydx-plus 1.30.164 → 1.30.165

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.30.164",
3
+ "version": "1.30.165",
4
4
  "description": "Vue.js",
5
5
  "main": "src/index.js",
6
6
  "files": [
@@ -539,7 +539,7 @@ export default {
539
539
  .read-only{
540
540
  position: relative;
541
541
  width: 794px;
542
- margin: 0 auto 20px auto;
542
+ margin: 0 auto;
543
543
  }
544
544
  .read-only-page{
545
545
  width: 100%;
@@ -549,6 +549,7 @@ export default {
549
549
  box-sizing: border-box;
550
550
  position: relative;
551
551
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
552
+ margin: 20px 0;
552
553
  }
553
554
  .read-only-p{
554
555
  width: 100%;
package/src/index.js CHANGED
@@ -71,7 +71,7 @@ function install(app) {
71
71
  }
72
72
 
73
73
  export default {
74
- version: '1.30.164',
74
+ version: '1.30.165',
75
75
  install,
76
76
  Calendar,
77
77
  Message,