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
|
@@ -539,7 +539,7 @@ export default {
|
|
|
539
539
|
.read-only{
|
|
540
540
|
position: relative;
|
|
541
541
|
width: 794px;
|
|
542
|
-
margin: 0 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%;
|