Skip to content

Commit

Permalink
Popup:Fix layout errors when body not set 100% width #1867 (#1870)
Browse files Browse the repository at this point in the history
  • Loading branch information
wg5946 committed Aug 24, 2017
1 parent 7b3428f commit 0360777
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/popup/index.vue
Expand Up @@ -226,5 +226,6 @@ export default {
.modal-open {
overflow: hidden;
position: fixed;
width: 100%;
}
</style>
5 changes: 5 additions & 0 deletions src/components/popup/metas.yml
Expand Up @@ -70,6 +70,11 @@ slots:
en: content body
zh-CN: 弹窗主体内容
changes:
next:
en:
- '[fix] Fix layout errors when body not set 100% width #1867'
zh-CN:
- '[feature] 修复当body没有设置100%宽度时出现的布局错乱问题 #1867'
v2.5.5:
en:
- '[feature] Auto hide popup on deactived #1774'
Expand Down

0 comments on commit 0360777

Please sign in to comment.