4
0
mirror of https://github.com/iczer/vue-antd-admin.git synced 2025-08-17 17:49:57 +08:00

feat: widen the maxwidth of page content

This commit is contained in:
chenghx 2018-08-31 17:32:21 +08:00
parent 2d3cfdfff0
commit 446485a63e
3 changed files with 3 additions and 3 deletions

View File

@ -109,7 +109,7 @@ export default {
} }
.global-header-wide{ .global-header-wide{
&.head{ &.head{
max-width: 1200px; max-width: 1400px;
margin: auto; margin: auto;
} }
&.side{ &.side{

View File

@ -69,7 +69,7 @@ export default {
} }
&.head{ &.head{
margin: 24px auto 0; margin: 24px auto 0;
max-width: 1200px; max-width: 1400px;
} }
} }
</style> </style>

View File

@ -69,7 +69,7 @@ export default {
.page-header-wide{ .page-header-wide{
&.head{ &.head{
margin: auto; margin: auto;
max-width: 1200px; max-width: 1400px;
} }
&.side{ &.side{
} }