perf:统一layout宽度

This commit is contained in:
Xwen
2023-12-20 21:52:42 +08:00
parent 8f81888784
commit 64cdcea6b9
7 changed files with 203 additions and 203 deletions

View File

@@ -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>

View File

@@ -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;