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:
parent
2d3cfdfff0
commit
446485a63e
@ -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{
|
||||||
|
@ -69,7 +69,7 @@ export default {
|
|||||||
}
|
}
|
||||||
&.head{
|
&.head{
|
||||||
margin: 24px auto 0;
|
margin: 24px auto 0;
|
||||||
max-width: 1200px;
|
max-width: 1400px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
@ -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{
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user