mirror of
https://github.com/iczer/vue-antd-admin
synced 2025-04-06 04:00:06 +08:00
feat: widen the maxwidth of page content
This commit is contained in:
parent
2d3cfdfff0
commit
446485a63e
@ -109,7 +109,7 @@ export default {
|
||||
}
|
||||
.global-header-wide{
|
||||
&.head{
|
||||
max-width: 1200px;
|
||||
max-width: 1400px;
|
||||
margin: auto;
|
||||
}
|
||||
&.side{
|
||||
|
@ -69,7 +69,7 @@ export default {
|
||||
}
|
||||
&.head{
|
||||
margin: 24px auto 0;
|
||||
max-width: 1200px;
|
||||
max-width: 1400px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
@ -69,7 +69,7 @@ export default {
|
||||
.page-header-wide{
|
||||
&.head{
|
||||
margin: auto;
|
||||
max-width: 1200px;
|
||||
max-width: 1400px;
|
||||
}
|
||||
&.side{
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user