Skip to content

Commit

Permalink
fix(runtime-web): 修复地图组件 relative 布局错位问题 (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
hwaphon authored Jul 10, 2023
1 parent c2a2e16 commit 598863b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ export default class Box extends LitElement {
onStyleChange(name, value) {
onCommonStyleChange(this, name, value)
collectStyleObject(this, 'display', 'flex')
collectStyleObject(this, 'position', 'relative')

switch (name) {
case 'width':
Expand Down

0 comments on commit 598863b

Please sign in to comment.