lxf 1 year ago
parent
commit
6ebc3b3e5e
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/views/customer/portrait/com/CustomerInfo.vue

+ 3 - 3
src/views/customer/portrait/com/CustomerInfo.vue

@@ -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;