|
|
|
@ -2,7 +2,7 @@ |
|
|
|
|
<div> |
|
|
|
|
<div class="scroll"> |
|
|
|
|
<div class="page"> |
|
|
|
|
<h6 class="l-title"><img src="@/assets/img/info1.png" alt=""> 用户信息</h6> |
|
|
|
|
<h6 class="l-title"><img src="@/assets/img/info1.png" alt=""> 基本信息</h6> |
|
|
|
|
<div class="page-content"> |
|
|
|
|
<ul class="list"> |
|
|
|
|
<div class="line info"> |
|
|
|
@ -819,118 +819,115 @@ export default { |
|
|
|
|
</script> |
|
|
|
|
|
|
|
|
|
<style lang="scss" scoped> |
|
|
|
|
.scroll{ |
|
|
|
|
height: calc(100vh - 202px); |
|
|
|
|
overflow: auto; |
|
|
|
|
.scroll{ |
|
|
|
|
max-height: calc(100vh - 125px); |
|
|
|
|
overflow: auto; |
|
|
|
|
} |
|
|
|
|
.page{ |
|
|
|
|
margin-bottom: 12px; |
|
|
|
|
/deep/.el-input__inner{ |
|
|
|
|
border-color: #CACFDB; |
|
|
|
|
} |
|
|
|
|
.page{ |
|
|
|
|
margin-bottom: 12px; |
|
|
|
|
/deep/.el-input__inner{ |
|
|
|
|
border-color: #CACFDB; |
|
|
|
|
} |
|
|
|
|
.list{ |
|
|
|
|
.line{ |
|
|
|
|
display: flex; |
|
|
|
|
margin-bottom: 24px; |
|
|
|
|
&.info li:not(.selects){ |
|
|
|
|
width: 30%; |
|
|
|
|
.el-input{ |
|
|
|
|
flex: 1; |
|
|
|
|
} |
|
|
|
|
&:first-child{ |
|
|
|
|
margin-right: 16%; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
&.imp li{ |
|
|
|
|
width: calc(30% + 36px) !important; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
li{ |
|
|
|
|
display: inline-flex; |
|
|
|
|
align-items: center; |
|
|
|
|
&>label{ |
|
|
|
|
width: 100px; |
|
|
|
|
margin-right: 5px; |
|
|
|
|
text-align: right; |
|
|
|
|
font-size: 14px; |
|
|
|
|
color: #4c4c4c; |
|
|
|
|
} |
|
|
|
|
.list{ |
|
|
|
|
.line{ |
|
|
|
|
display: flex; |
|
|
|
|
margin-bottom: 24px; |
|
|
|
|
&.info li:not(.selects){ |
|
|
|
|
.el-input{ |
|
|
|
|
width: 220px; |
|
|
|
|
.el-input__inner{ |
|
|
|
|
border-color: #CACFDB; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
.el-select .el-input.is-disabled .el-input__inner{ |
|
|
|
|
border-color: #ddd; |
|
|
|
|
flex: 1; |
|
|
|
|
} |
|
|
|
|
.val{ |
|
|
|
|
margin-right: 15px; |
|
|
|
|
color: #606266; |
|
|
|
|
font-size: 14px; |
|
|
|
|
} |
|
|
|
|
.mul{ |
|
|
|
|
display: inline-flex; |
|
|
|
|
.child{ |
|
|
|
|
display: inline-flex; |
|
|
|
|
width: 132px; |
|
|
|
|
margin-right: 10px; |
|
|
|
|
&>span{ |
|
|
|
|
margin-bottom: 5px; |
|
|
|
|
font-size: 14px; |
|
|
|
|
color: #575757; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
&.imp li{ |
|
|
|
|
&:nth-child(odd) { |
|
|
|
|
width: 360px; |
|
|
|
|
margin-right: 64px; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
.archives{ |
|
|
|
|
position: relative; |
|
|
|
|
width: 862px; |
|
|
|
|
padding: 16px 0; |
|
|
|
|
margin-bottom: 6px; |
|
|
|
|
border-radius: 4px; |
|
|
|
|
background-color: #FAFAFA; |
|
|
|
|
.del{ |
|
|
|
|
position: absolute; |
|
|
|
|
top: 80px; |
|
|
|
|
right: 19px; |
|
|
|
|
cursor: pointer; |
|
|
|
|
.el-input, .el-select{ |
|
|
|
|
width: 220px; |
|
|
|
|
.el-input__inner{ |
|
|
|
|
border-color: #CACFDB; |
|
|
|
|
} |
|
|
|
|
.line { |
|
|
|
|
justify-content: space-between; |
|
|
|
|
} |
|
|
|
|
li{ |
|
|
|
|
margin-right: 60px; |
|
|
|
|
} |
|
|
|
|
li{ |
|
|
|
|
display: inline-flex; |
|
|
|
|
align-items: center; |
|
|
|
|
&>label{ |
|
|
|
|
width: 100px; |
|
|
|
|
margin-right: 5px; |
|
|
|
|
text-align: right; |
|
|
|
|
font-size: 14px; |
|
|
|
|
color: #4c4c4c; |
|
|
|
|
} |
|
|
|
|
.el-select{ |
|
|
|
|
.el-select { |
|
|
|
|
flex: 1; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
.fold{ |
|
|
|
|
margin-top: 20px; |
|
|
|
|
text-align: center; |
|
|
|
|
font-size: 12px; |
|
|
|
|
color: #006EFF; |
|
|
|
|
span{ |
|
|
|
|
cursor: pointer; |
|
|
|
|
i{ |
|
|
|
|
transition: .5s; |
|
|
|
|
} |
|
|
|
|
&.active i{ |
|
|
|
|
transform: rotate(180deg); |
|
|
|
|
.el-select .el-input.is-disabled .el-input__inner{ |
|
|
|
|
border-color: #ddd; |
|
|
|
|
} |
|
|
|
|
.val{ |
|
|
|
|
margin-right: 15px; |
|
|
|
|
color: #606266; |
|
|
|
|
font-size: 14px; |
|
|
|
|
} |
|
|
|
|
.mul{ |
|
|
|
|
display: inline-flex; |
|
|
|
|
.child{ |
|
|
|
|
display: inline-flex; |
|
|
|
|
width: 132px; |
|
|
|
|
margin-right: 10px; |
|
|
|
|
&>span{ |
|
|
|
|
margin-bottom: 5px; |
|
|
|
|
font-size: 14px; |
|
|
|
|
color: #575757; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
&:nth-child(odd) { |
|
|
|
|
width: 325px; |
|
|
|
|
margin-right: 100px; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
.archives{ |
|
|
|
|
position: relative; |
|
|
|
|
width: 862px; |
|
|
|
|
padding: 16px 0; |
|
|
|
|
margin-bottom: 6px; |
|
|
|
|
border-radius: 4px; |
|
|
|
|
background-color: #FAFAFA; |
|
|
|
|
.del{ |
|
|
|
|
position: absolute; |
|
|
|
|
top: 80px; |
|
|
|
|
right: 19px; |
|
|
|
|
cursor: pointer; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
.btns{ |
|
|
|
|
width: 100%; |
|
|
|
|
padding: 12px 0; |
|
|
|
|
.fold{ |
|
|
|
|
margin-top: 20px; |
|
|
|
|
text-align: center; |
|
|
|
|
background-color: #fff; |
|
|
|
|
box-shadow: 0px 0px 10px 0px rgba(188, 201, 218, 0.4); |
|
|
|
|
.el-button{ |
|
|
|
|
width: 80px; |
|
|
|
|
font-size: 12px; |
|
|
|
|
color: #006EFF; |
|
|
|
|
span{ |
|
|
|
|
cursor: pointer; |
|
|
|
|
i{ |
|
|
|
|
transition: .5s; |
|
|
|
|
} |
|
|
|
|
&.active i{ |
|
|
|
|
transform: rotate(180deg); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
.btns{ |
|
|
|
|
width: 100%; |
|
|
|
|
padding: 12px 0; |
|
|
|
|
text-align: center; |
|
|
|
|
background-color: #fff; |
|
|
|
|
box-shadow: 0px 0px 10px 0px rgba(188, 201, 218, 0.4); |
|
|
|
|
.el-button{ |
|
|
|
|
width: 80px; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
</style> |