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 // }) -