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

修改宽度

parent daae0421
<template>
<div class="index_container">
<div class="decor"></div>
<router-view class="contain" />
<router-view/>
</div>
</template>
......@@ -25,9 +25,5 @@ export default {
height: 174px;
background-color: #0f2683;
}
.contain{
width: 1200px;
margin: 0 auto;
margin-top: -157px;
}
</style>
<template>
<div>
<div class="contain" >
<div class="person_info">
<div class="preson">
<div class="person_text">
......@@ -444,7 +444,7 @@ export default {
this.init_fwyy()
}else if(this.now_user == 2){
this.init_fwyy()
this.init_yy();
}
},
methods: {
......@@ -746,6 +746,11 @@ export default {
}
</style>
<style scoped>
.contain{
width: 1200px;
margin: 0 auto;
margin-top: -157px;
}
.person_info {
width: 1200px;
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