fix: scroll problem of page; 🐛

修复:页面滚动问题;
This commit is contained in:
iczer 2020-10-03 10:52:01 +08:00
parent 6b41fa7f31
commit a4281b62dc

View File

@ -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{