From cd8aa29239f97e35ea804080c170964ac376c532 Mon Sep 17 00:00:00 2001 From: aixianling Date: Tue, 15 Mar 2022 16:38:08 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=9A=E8=AE=AF=E5=BD=95=3D>=E7=94=B5?= =?UTF-8?q?=E8=AF=9D=E7=B0=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/saas/AppMailList/AppMailList.vue | 15 +++++++-------- src/saas/AppMailList/myAddList.vue | 4 ++-- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/src/saas/AppMailList/AppMailList.vue b/src/saas/AppMailList/AppMailList.vue index 1caa05cc..be1ccad8 100644 --- a/src/saas/AppMailList/AppMailList.vue +++ b/src/saas/AppMailList/AppMailList.vue @@ -7,7 +7,7 @@
-
+
{{item.label}}
@@ -34,7 +34,7 @@ import { mapState } from 'vuex' export default { name: "AppMailList", - appName: "便民通讯录", + appName: "电话簿", inject: { root: {} }, @@ -54,7 +54,7 @@ export default { }) }, onShow() { - document.title = "通讯录" + document.title = "电话簿" }, methods: { @@ -125,7 +125,7 @@ export default { width: 680px; padding: 32px 48px; box-sizing: border-box; - box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.02); + box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.02); p{ font-size: 32px; font-family: PingFangSC-Medium, PingFang SC; @@ -135,7 +135,6 @@ export default { word-break: break-all; margin-bottom: 8px; width: 100%; - word-break: break-all; } .phone{ font-size: 26px; @@ -159,7 +158,7 @@ export default { height: 112px; line-height: 112px; background: #3975C6; - box-shadow: 0px 1px 0px 0px #EEEEEE; + box-shadow: 0 1px 0 0 #EEEEEE; position: fixed; bottom: 0; left: 0; @@ -179,7 +178,7 @@ export default { position: absolute; top: 60px; right: 64px; - } + } ::v-deep .u-search{ margin-bottom: 0!important; @@ -198,4 +197,4 @@ export default { display: flex; } } - \ No newline at end of file + diff --git a/src/saas/AppMailList/myAddList.vue b/src/saas/AppMailList/myAddList.vue index e87d35a6..dabe0e1d 100644 --- a/src/saas/AppMailList/myAddList.vue +++ b/src/saas/AppMailList/myAddList.vue @@ -16,7 +16,7 @@
-

您还未添加通讯录 +

您还未添加电话簿

@@ -152,7 +152,7 @@ export default { height: 112px; line-height: 112px; background: #3975C6; - box-shadow: 0px 1px 0px 0px #EEEEEE; + box-shadow: 0 1px 0 0 #EEEEEE; position: fixed; bottom: 0; left: 0;