Commit 1a866999 authored by 张俊's avatar 张俊

修改宽度

parent daae0421
<template> <template>
<div class="index_container"> <div class="index_container">
<div class="decor"></div> <div class="decor"></div>
<router-view class="contain" /> <router-view/>
</div> </div>
</template> </template>
...@@ -25,9 +25,5 @@ export default { ...@@ -25,9 +25,5 @@ export default {
height: 174px; height: 174px;
background-color: #0f2683; background-color: #0f2683;
} }
.contain{
width: 1200px;
margin: 0 auto;
margin-top: -157px;
}
</style> </style>
<template> <template>
<div> <div class="contain" >
<div class="person_info"> <div class="person_info">
<div class="preson"> <div class="preson">
<div class="person_text"> <div class="person_text">
...@@ -444,7 +444,7 @@ export default { ...@@ -444,7 +444,7 @@ export default {
this.init_fwyy() this.init_fwyy()
}else if(this.now_user == 2){ }else if(this.now_user == 2){
this.init_fwyy() this.init_yy();
} }
}, },
methods: { methods: {
...@@ -746,6 +746,11 @@ export default { ...@@ -746,6 +746,11 @@ export default {
} }
</style> </style>
<style scoped> <style scoped>
.contain{
width: 1200px;
margin: 0 auto;
margin-top: -157px;
}
.person_info { .person_info {
width: 1200px; width: 1200px;
height: 206px; height: 206px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment