zydx-plus 1.32.205 → 1.32.206

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.32.205",
3
+ "version": "1.32.206",
4
4
  "description": "Vue.js",
5
5
  "main": "src/index.js",
6
6
  "files": [
@@ -855,7 +855,7 @@ export default {
855
855
  }
856
856
 
857
857
  :deep(.read-only-p p) {
858
- line-height: 26px;
858
+ line-height: 24px;
859
859
  text-align: justify;
860
860
  }
861
861
 
@@ -964,7 +964,7 @@ label {
964
964
  }
965
965
 
966
966
  .editing-cont :deep(p) {
967
- line-height: 26px;
967
+ line-height: 24px;
968
968
  }
969
969
  .editing-cont :deep(img) {
970
970
  padding: 5px 0;
@@ -447,20 +447,20 @@ export default {
447
447
  display: none !important;
448
448
  }
449
449
  .editor :deep(h1) {
450
- line-height: 26px;
450
+ line-height: 24px;
451
451
  font-size: 18px;
452
452
  }
453
453
  .editor :deep(h2) {
454
- line-height: 26px;
454
+ line-height: 24px;
455
455
  font-size: 16px;
456
456
  }
457
457
  .editor :deep(h3) {
458
- line-height: 26px;
458
+ line-height: 24px;
459
459
  font-size: 14px;
460
460
  }
461
461
  .editor :deep(p) {
462
462
  font-size: 14px;
463
- line-height: 26px;
463
+ line-height: 24px;
464
464
  }
465
465
  :deep(.ProseMirror) p.is-editor-empty:first-child::before {
466
466
  content: attr(data-placeholder);
@@ -536,7 +536,7 @@ export default {
536
536
  padding: 5px 0;
537
537
  }
538
538
  .ed-cont{
539
- padding-top: 6px;
539
+ padding-top: 4px;
540
540
  }
541
541
  .editor{
542
542
  border-radius: 3px;
@@ -89,7 +89,7 @@ export default {
89
89
  .text{
90
90
  width: 100%;
91
91
  border: 1px solid #ccc;
92
- line-height: 26px;
92
+ line-height: 24px;
93
93
  box-sizing: border-box;
94
94
  text-indent: 2em;
95
95
  background-color: #fff;
@@ -98,4 +98,4 @@ export default {
98
98
  content: attr(placeholder);
99
99
  color: gray;
100
100
  }
101
- </style>
101
+ </style>
package/src/index.js CHANGED
@@ -77,7 +77,7 @@ function install(app) {
77
77
  }
78
78
 
79
79
  export default {
80
- version: '1.32.205',
80
+ version: '1.32.206',
81
81
  install,
82
82
  Calendar,
83
83
  Message,