fix: scroll problem of page; 🐛

修复:页面滚动问题;
master
iczer 4 years ago
parent 6b41fa7f31
commit a4281b62dc
  1. 2
      src/layouts/AdminLayout.vue

@ -151,7 +151,7 @@ export default {
} }
.admin-layout-content{ .admin-layout-content{
padding: 24px 24px 0; padding: 24px 24px 0;
overflow-x: hidden; /*overflow-x: hidden;*/
min-height: calc(100vh - 64px - 122px); min-height: calc(100vh - 64px - 122px);
} }
.setting{ .setting{

Loading…
Cancel
Save