Commit 6e8fa417 authored by zhengke's avatar zhengke

修改样式

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