From c58bc2cd0ad29074d60a01f9353455fc8c9447b7 Mon Sep 17 00:00:00 2001 From: yuan Date: Tue, 2 Jan 2024 11:08:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E5=AD=97=E4=BD=93=E5=A4=A7?= =?UTF-8?q?=E5=B0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/contact/index.scss | 4 ++-- src/components/contact/index.vue | 2 +- src/components/notification/index.scss | 19 ++++++++++++++++--- src/components/notification/index.vue | 18 ++++++++---------- src/pages/contact-edit/index.scss | 3 +++ src/pages/contact-edit/index.vue | 2 +- src/pages/contact-new/index.scss | 3 +++ src/pages/contact-new/index.vue | 2 +- src/pages/index/index.vue | 6 +++++- 9 files changed, 40 insertions(+), 19 deletions(-) diff --git a/src/components/contact/index.scss b/src/components/contact/index.scss index 0953b85..d3bcbb6 100644 --- a/src/components/contact/index.scss +++ b/src/components/contact/index.scss @@ -2,11 +2,11 @@ height: auto; } .company { - height: "20rpx"; + height: 24px; line-height: normal; } .name { - font-size:1.5em; + font-size: 34px; line-height: normal; } .vip { diff --git a/src/components/contact/index.vue b/src/components/contact/index.vue index 629f984..3d45911 100644 --- a/src/components/contact/index.vue +++ b/src/components/contact/index.vue @@ -19,7 +19,7 @@ const clickItem = (key: string, item: any) => {