perf:统一layout宽度
This commit is contained in:
@@ -1,24 +1,20 @@
|
||||
|
||||
<template class="back-color">
|
||||
|
||||
<div class="content-main">
|
||||
<RouterView />
|
||||
</div>
|
||||
|
||||
<template class="back-color">
|
||||
<div class="content-main">
|
||||
<RouterView />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
|
||||
.body-main{
|
||||
min-height: 10rem;
|
||||
min-width: 10rem;
|
||||
background-color:#F0F2F5;
|
||||
|
||||
.body-main {
|
||||
min-height: 10rem;
|
||||
min-width: 10rem;
|
||||
background-color: #f0f2f5;
|
||||
}
|
||||
.content-main{
|
||||
margin: 0 auto;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
min-height: 1150px;
|
||||
.content-main {
|
||||
margin: 0 auto;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
width: 1300px;
|
||||
min-height: 1150px;
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
|
||||
@@ -123,7 +123,7 @@ const isLogin = getToken("AccessToken") ? true : false;
|
||||
<style scoped lang="scss">
|
||||
.header {
|
||||
padding: 0 100px;
|
||||
width: 1200px;
|
||||
width: 1300px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
|
||||
Reference in New Issue
Block a user