style: uniform line-height (#6862)

* style: uniform line-height

* style: line height
This commit is contained in:
neverland
2020-07-24 17:23:46 +08:00
committed by GitHub
parent cdb63ad98d
commit 95d3389d15
6 changed files with 37 additions and 31 deletions
+4 -2
View File
@@ -115,7 +115,7 @@ export default {
if (this.isEdit) {
this.list = this.list.map((item) =>
(item.id === info.id ? info : item)
item.id === info.id ? info : item
);
} else {
this.list.push(info);
@@ -135,10 +135,12 @@ export default {
</script>
<style lang="less">
@import '../../style/var';
.demo-contact-card {
.van-popup {
height: 100%;
background-color: #f2f2f2;
background-color: @background-color;
}
}
</style>