From 49b43c7ded0f4f6e09d3945cc1d87f99e0cf23f2 Mon Sep 17 00:00:00 2001 From: yuan Date: Tue, 9 Jan 2024 12:47:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=80=9A=E8=AE=AF=E5=BD=95?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components.d.ts | 1 + src/components/contact/index.scss | 9 ++++++++ src/components/contact/index.vue | 38 +++++++++++++++++++------------ 3 files changed, 34 insertions(+), 14 deletions(-) diff --git a/components.d.ts b/components.d.ts index 1bfcc0c..a85e835 100644 --- a/components.d.ts +++ b/components.d.ts @@ -15,6 +15,7 @@ declare module 'vue' { Notification: typeof import('./src/components/notification/index.vue')['default'] NutActionSheet: typeof import('@nutui/nutui-taro')['ActionSheet'] NutAvatar: typeof import('@nutui/nutui-taro')['Avatar'] + NutBadge: typeof import('@nutui/nutui-taro')['Badge'] NutButton: typeof import('@nutui/nutui-taro')['Button'] NutCalendar: typeof import('@nutui/nutui-taro')['Calendar'] NutCell: typeof import('@nutui/nutui-taro')['Cell'] diff --git a/src/components/contact/index.scss b/src/components/contact/index.scss index 84bafd3..f13da61 100644 --- a/src/components/contact/index.scss +++ b/src/components/contact/index.scss @@ -23,3 +23,12 @@ .vip > .badge { line-height: normal; } +.nut-elevator__list__item__name--highcolor { + color: #333333 +} +.nut-elevator__list__item__name { + padding: 0; +} +.item-hover { + background-color: #EEE; +} diff --git a/src/components/contact/index.vue b/src/components/contact/index.vue index 3258539..9cd30cc 100644 --- a/src/components/contact/index.vue +++ b/src/components/contact/index.vue @@ -21,32 +21,33 @@ const clickItem = (key: string, item: ContactData) => { // elevatorHeight.value = calcElevatorHeight // }) -