Commit d93ef8615a3050c8d547fbbf96268a775d6c8e5e
1 parent
c94a4f0e
replace extra.style with extra.defaultStyle
Showing
4 changed files
with
4 additions
and
4 deletions
front-end/h5/src/components/core/models/element.js
| @@ -45,7 +45,7 @@ class Element { | @@ -45,7 +45,7 @@ class Element { | ||
| 45 | ...defaultStyle, | 45 | ...defaultStyle, |
| 46 | zindex: ele.zindex, | 46 | zindex: ele.zindex, |
| 47 | ...ele.defaultStyle, | 47 | ...ele.defaultStyle, |
| 48 | - ...(ele.extra && ele.extra.style) | 48 | + ...(ele.extra && ele.extra.defaultStyle) |
| 49 | } | 49 | } |
| 50 | } | 50 | } |
| 51 | 51 |
front-end/h5/src/components/plugins/lbp-form-checkbox-group.js
front-end/h5/src/components/plugins/lbp-form-radio-group.js
front-end/h5/src/components/plugins/lbp-notice-bar.js