Commit 6e8fa417 authored by zhengke's avatar zhengke

修改样式

parent 9023833f
......@@ -7,8 +7,9 @@
}
.PerSon_LeftNav{
width:418px;
height:91%;
position: fixed;
height:96%;
position: absolute;
overflow-y: auto;
background-color: #fff;
display: inline-block;
}
......@@ -16,6 +17,7 @@
margin-left:440px;
width:100%;
height:100%;
overflow-y: auto;
background-color: #fff;
}
.PerSon_Edit{
......@@ -34,7 +36,7 @@
.Person_Header{
width:120px;
height:120px;
margin:39px auto;
margin:30px auto;
border:1px solid #F4F4F4;
padding:3px;
border-radius: 50%;
......@@ -51,7 +53,7 @@
text-align: center;
}
.Person_MenuList{
margin-top:60px;
margin-top:45px;
}
.Person_MenuList li{
list-style-type: none;
......@@ -838,7 +840,7 @@
</div>
</el-radio>
</div>
<button class="normalBtn" style="margin:30px 0 0 20px;" @click="SureType">确定</button>
<button class="normalBtn" style="margin:30px 0 20px 20px;" @click="SureType">确定</button>
</div>
</div>
......@@ -851,7 +853,7 @@
<button type="button" id="button" style="bottom:-50px;" @click="crop">确定</button>
</div>
</div>
<div style="padding:20px;">
<div style="padding:20px;display:none;">
<div class="show">
<div class="picture" :style="'backgroundImage:url('+headerImage+')'">
</div>
......
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