Commit 656a956cb70471bf639ada53765f754288826aa2

Authored by 小小鲁班
Committed by GitHub
1 parent 7b14d7c2

Update element.js

front-end/h5/src/components/core/models/element.js
@@ -16,7 +16,7 @@ const defaultStyle = { @@ -16,7 +16,7 @@ const defaultStyle = {
16 fontSize: 14, 16 fontSize: 14,
17 margin: { 17 margin: {
18 top: { 18 top: {
19 - value: 10, 19 + value: 0,
20 unit: 'px' 20 unit: 'px'
21 }, 21 },
22 right: { 22 right: {
@@ -24,7 +24,7 @@ const defaultStyle = { @@ -24,7 +24,7 @@ const defaultStyle = {
24 unit: 'px' 24 unit: 'px'
25 }, 25 },
26 bottom: { 26 bottom: {
27 - value: 30, 27 + value: 0,
28 unit: 'px' 28 unit: 'px'
29 }, 29 },
30 left: { 30 left: {