|
@@ -33,7 +33,7 @@
|
|
|
</div>
|
|
|
<div class="information">
|
|
|
<div class="first"><span class="val">Tel:</span>{{ getPhone(item) }}</div>
|
|
|
- <div style="display: flex; justify-content: space-between; height: 18px; line-height: 18px">
|
|
|
+ <div style="display: flex; justify-content: space-between; height: 20px; line-height: 20px">
|
|
|
<span class="val" style="flex: 1">Email:</span>{{ item.email }}
|
|
|
<img
|
|
|
src="@/assets/images/portrait/icon_email.png"
|
|
@@ -359,8 +359,8 @@ const getPhone = (res) => {
|
|
|
flex-wrap: wrap;
|
|
|
.first {
|
|
|
margin-right: 10px;
|
|
|
- height: 18px;
|
|
|
- line-height: 18px;
|
|
|
+ height: 20px;
|
|
|
+ line-height: 20px;
|
|
|
}
|
|
|
.val {
|
|
|
color: #999999;
|