|
|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
<template>
|
|
|
|
|
<div class="accountsetting-container">
|
|
|
|
|
<div class="accountsetting-container" style="background-color: #f0f0f0;">
|
|
|
|
|
<a-modal v-model="visible" title="设置图标" @cancel="modalcancel" on-ok="handleOk">
|
|
|
|
|
<div class="container">
|
|
|
|
|
<div class="cropper-content">
|
|
|
|
|
@ -27,7 +27,7 @@
|
|
|
|
|
<template slot="footer">{{ }}</template>
|
|
|
|
|
</a-modal>
|
|
|
|
|
<div class="accountcontent w">
|
|
|
|
|
<div class="accountSetList">
|
|
|
|
|
<div class="accountSetList" >
|
|
|
|
|
<div class="userinfobox">
|
|
|
|
|
<div class="avatarbox">
|
|
|
|
|
<i @click="uploadavatar" style="cursor: pointer">
|
|
|
|
|
@ -73,7 +73,7 @@
|
|
|
|
|
</li>
|
|
|
|
|
</ul>
|
|
|
|
|
</div>
|
|
|
|
|
<ul>
|
|
|
|
|
<ul style="margin: 0 auto;width: 288px;">
|
|
|
|
|
<li @click="pushto('/accountsetting/boundtel')" :class="{ tagactive: activelist === 1 }">
|
|
|
|
|
<span>
|
|
|
|
|
<i class="iconfont icon-gerenzhongxin-bangdingshouji"></i>绑定手机
|
|
|
|
|
@ -473,18 +473,20 @@ export default {
|
|
|
|
|
// background-color: pink;
|
|
|
|
|
display: flex;
|
|
|
|
|
.accountSetList {
|
|
|
|
|
width: 346px;
|
|
|
|
|
width: 320px;
|
|
|
|
|
// height: 500px;
|
|
|
|
|
// background-color: skyblue;
|
|
|
|
|
margin-right: 16px;
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
border-radius: 6px;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
margin-right: 20px;
|
|
|
|
|
.userinfobox {
|
|
|
|
|
width: 346px;
|
|
|
|
|
width: 320px;
|
|
|
|
|
height: 158px;
|
|
|
|
|
background: #ffffff;
|
|
|
|
|
border-radius: 6px;
|
|
|
|
|
padding: 24px 0;
|
|
|
|
|
text-align: center;
|
|
|
|
|
border: 1px solid #ededed;
|
|
|
|
|
// border: 1px solid #ededed;
|
|
|
|
|
.avatarbox {
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
width: 64px;
|
|
|
|
|
@ -549,8 +551,10 @@ export default {
|
|
|
|
|
// margin-top: 16px;
|
|
|
|
|
// padding: 0 16px;
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
border-radius: 6px;
|
|
|
|
|
border-radius: 6px;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
width: calc(100% - 32px);
|
|
|
|
|
margin: 0 auto !important;
|
|
|
|
|
li {
|
|
|
|
|
position: relative;
|
|
|
|
|
display: flex;
|
|
|
|
|
@ -680,7 +684,7 @@ export default {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.rightcontent {
|
|
|
|
|
width: 838px;
|
|
|
|
|
width: 620px;
|
|
|
|
|
min-height: 600px;
|
|
|
|
|
padding: 0 16px;
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
|