commit
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 2.1 MiB After Width: | Height: | Size: 762 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 170 KiB After Width: | Height: | Size: 274 KiB |
@@ -16,7 +16,7 @@ layout("/layouts/v4/baseLayout.html"){
|
||||
}
|
||||
|
||||
.v4-person-basic-info {
|
||||
height: 150px;
|
||||
height: 250px;
|
||||
background: url("/assets/platform/img/v4/person-center/img1.png");
|
||||
background-size: cover;
|
||||
padding: 20px 50px 30px;
|
||||
@@ -28,6 +28,8 @@ layout("/layouts/v4/baseLayout.html"){
|
||||
height: 100px;
|
||||
margin-right: 40px;
|
||||
flex-shrink: 0;
|
||||
position: relative;
|
||||
top: 25px;
|
||||
}
|
||||
|
||||
.v4-person-basic-info .info_img img {
|
||||
@@ -134,4 +136,4 @@ layout("/layouts/v4/baseLayout.html"){
|
||||
|
||||
<!--#
|
||||
}
|
||||
#-->
|
||||
#-->
|
||||
|
||||
+1
@@ -350,6 +350,7 @@ const MEMBER_CHANGE = {
|
||||
},
|
||||
methods: {
|
||||
getUnionName(val){
|
||||
debugger
|
||||
const data = this.units.find(v => v.id === val)
|
||||
this.$set(this.formData, 'unionName', data ? data.unionName : '')
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user