Skip to content

Commit

Permalink
fix: scroll problem of page; 🐛
Browse files Browse the repository at this point in the history
修复:页面滚动问题;
  • Loading branch information
iczer committed Oct 3, 2020
1 parent 6b41fa7 commit a4281b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/AdminLayout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ export default {
}
.admin-layout-content{
padding: 24px 24px 0;
overflow-x: hidden;
/*overflow-x: hidden;*/
min-height: calc(100vh - 64px - 122px);
}
.setting{
Expand Down

0 comments on commit a4281b6

Please sign in to comment.