Skip to content

Commit

Permalink
chore: replace ele.defaultStyle with extra.customStyle
Browse files Browse the repository at this point in the history
  • Loading branch information
ly525 committed Jun 14, 2020
1 parent 1d81880 commit cfd204b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion front-end/h5/src/components/core/models/element.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ class Element {
return {
...defaultStyle,
zindex: ele.zindex,
...ele.defaultStyle,
...(ele.extra && ele.extra.defaultStyle)
}
}
Expand Down

0 comments on commit cfd204b

Please sign in to comment.