Commit cfd204b330306791742de20e10c3f9508b1dbad4
1 parent
1d818804
chore: replace ele.defaultStyle with extra.customStyle
Showing
1 changed file
with
0 additions
and
1 deletions
front-end/h5/src/components/core/models/element.js
| @@ -44,7 +44,6 @@ class Element { | @@ -44,7 +44,6 @@ class Element { | ||
| 44 | return { | 44 | return { |
| 45 | ...defaultStyle, | 45 | ...defaultStyle, |
| 46 | zindex: ele.zindex, | 46 | zindex: ele.zindex, |
| 47 | - ...ele.defaultStyle, | ||
| 48 | ...(ele.extra && ele.extra.defaultStyle) | 47 | ...(ele.extra && ele.extra.defaultStyle) |
| 49 | } | 48 | } |
| 50 | } | 49 | } |