|
|
|
@ -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,11 +819,11 @@ export default { |
|
|
|
|
</script> |
|
|
|
|
|
|
|
|
|
<style lang="scss" scoped> |
|
|
|
|
.scroll{ |
|
|
|
|
height: calc(100vh - 202px); |
|
|
|
|
.scroll{ |
|
|
|
|
max-height: calc(100vh - 125px); |
|
|
|
|
overflow: auto; |
|
|
|
|
} |
|
|
|
|
.page{ |
|
|
|
|
} |
|
|
|
|
.page{ |
|
|
|
|
margin-bottom: 12px; |
|
|
|
|
/deep/.el-input__inner{ |
|
|
|
|
border-color: #CACFDB; |
|
|
|
@ -833,16 +833,21 @@ export default { |
|
|
|
|
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; |
|
|
|
|
&:nth-child(odd) { |
|
|
|
|
width: 360px; |
|
|
|
|
margin-right: 64px; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
.el-input, .el-select{ |
|
|
|
|
width: 220px; |
|
|
|
|
.el-input__inner{ |
|
|
|
|
border-color: #CACFDB; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
li{ |
|
|
|
@ -855,11 +860,8 @@ export default { |
|
|
|
|
font-size: 14px; |
|
|
|
|
color: #4c4c4c; |
|
|
|
|
} |
|
|
|
|
.el-input{ |
|
|
|
|
width: 220px; |
|
|
|
|
.el-input__inner{ |
|
|
|
|
border-color: #CACFDB; |
|
|
|
|
} |
|
|
|
|
.el-select { |
|
|
|
|
flex: 1; |
|
|
|
|
} |
|
|
|
|
.el-select .el-input.is-disabled .el-input__inner{ |
|
|
|
|
border-color: #ddd; |
|
|
|
@ -882,6 +884,10 @@ export default { |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
&:nth-child(odd) { |
|
|
|
|
width: 325px; |
|
|
|
|
margin-right: 100px; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
.archives{ |
|
|
|
@ -897,15 +903,6 @@ export default { |
|
|
|
|
right: 19px; |
|
|
|
|
cursor: pointer; |
|
|
|
|
} |
|
|
|
|
.line { |
|
|
|
|
justify-content: space-between; |
|
|
|
|
} |
|
|
|
|
li{ |
|
|
|
|
margin-right: 60px; |
|
|
|
|
} |
|
|
|
|
.el-select{ |
|
|
|
|
flex: 1; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
.fold{ |
|
|
|
|
margin-top: 20px; |
|
|
|
@ -922,8 +919,8 @@ export default { |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
.btns{ |
|
|
|
|
} |
|
|
|
|
.btns{ |
|
|
|
|
width: 100%; |
|
|
|
|
padding: 12px 0; |
|
|
|
|
text-align: center; |
|
|
|
@ -932,5 +929,5 @@ export default { |
|
|
|
|
.el-button{ |
|
|
|
|
width: 80px; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
</style> |