Skip to content

Commit

Permalink
fix(comp:*): modify all overlay default placement to bottomStart (#1815)
Browse files Browse the repository at this point in the history
  • Loading branch information
sallerli1 committed Jan 16, 2024
1 parent 6e80276 commit 4189049
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/components/config/src/defaultConfig.ts
Expand Up @@ -257,15 +257,15 @@ export const defaultConfig: GlobalConfig = {
autoAdjust: true,
delay: 100,
destroyOnHide: false,
placement: 'top',
placement: 'bottomStart',
trigger: 'click',
offset: [0, 4],
},
popover: {
autoAdjust: true,
delay: 100,
destroyOnHide: false,
placement: 'top',
placement: 'bottomStart',
showArrow: true,
trigger: 'hover',
closeIcon: 'close',
Expand Down Expand Up @@ -407,7 +407,7 @@ export const defaultConfig: GlobalConfig = {
delay: 100,
destroyOnHide: false,
offset: [0, 4],
placement: 'top',
placement: 'bottomStart',
trigger: 'hover',
},
tour: {
Expand Down

0 comments on commit 4189049

Please sign in to comment.