css
This commit is contained in:
@@ -94,9 +94,9 @@ export default {
|
|||||||
this.$http.post('/app/apppreventionreturntopoverty/list', null, {
|
this.$http.post('/app/apppreventionreturntopoverty/list', null, {
|
||||||
params: {
|
params: {
|
||||||
current: this.current,
|
current: this.current,
|
||||||
name: this.name,
|
con: this.name,
|
||||||
areaId: this.areaId,
|
areaId: this.areaId,
|
||||||
provertyStatus: this.houseType
|
houseType: this.houseType
|
||||||
},
|
},
|
||||||
}).then((res) => {
|
}).then((res) => {
|
||||||
if (res?.data) {
|
if (res?.data) {
|
||||||
@@ -166,10 +166,15 @@ export default {
|
|||||||
margin-top: 8px;
|
margin-top: 8px;
|
||||||
color: #999999;
|
color: #999999;
|
||||||
img {
|
img {
|
||||||
|
margin-right: 16px;
|
||||||
width: 28px;
|
width: 28px;
|
||||||
height: 28px;
|
height: 28px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.tel,
|
||||||
|
.address {
|
||||||
|
color: #333;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user