Sign in
徐烜
/
bsth-ebus-h5_editor
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
cfd204b330306791742de20e10c3f9508b1dbad4
Authored by
ly525
2020-06-14 13:06:21 +0800
1 parent
1d818804
chore: replace ele.defaultStyle with extra.customStyle
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
front-end/h5/src/components/core/models/element.js
front-end/h5/src/components/core/models/element.js
View file @
cfd204b
...
...
@@ -44,7 +44,6 @@ class Element {
44
44
return {
45
45
...defaultStyle,
46
46
zindex: ele.zindex,
47
- ...ele.defaultStyle,
48
47
...(ele.extra && ele.extra.defaultStyle)
49
48
}
50
49
}
...
...