mirror of
https://github.com/iczer/vue-antd-admin
synced 2025-04-06 04:00:06 +08:00
chore: optimize min height of page content;
This commit is contained in:
parent
3a69ec0ac8
commit
c239c01749
@ -135,7 +135,7 @@ export default {
|
||||
}
|
||||
.admin-layout-content{
|
||||
padding: 24px 24px 0;
|
||||
min-height: auto;
|
||||
min-height: calc(100vh - 64px - 122px);
|
||||
}
|
||||
.setting{
|
||||
background-color: @primary-color;
|
||||
|
Loading…
x
Reference in New Issue
Block a user