From 8b7d077bddecb4732929335063fe14154f508024 Mon Sep 17 00:00:00 2001 From: yuan Date: Tue, 2 Jan 2024 16:53:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=A1=B5=E9=9D=A2=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0background?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/contact-form/index.scss | 6 +++ src/components/contact/index.scss | 9 +++- src/components/contact/index.vue | 2 +- src/pages/contact-edit/index.config.ts | 4 +- src/pages/contact-edit/index.scss | 14 +++++ src/pages/contact-edit/index.vue | 74 +++++++++++++++++--------- src/pages/contact-new/index.config.ts | 4 +- src/pages/contact-new/index.scss | 13 +++++ src/pages/contact-new/index.vue | 33 +++++++++--- src/pages/contact/index.config.ts | 3 +- src/pages/contact/index.scss | 12 +++++ src/pages/contact/index.vue | 46 ++++++++++++---- src/pages/invite/index.config.ts | 4 +- src/pages/invite/index.scss | 14 +++++ src/pages/settings/index.config.ts | 4 +- src/pages/settings/index.scss | 14 +++++ 16 files changed, 207 insertions(+), 49 deletions(-) create mode 100644 src/pages/invite/index.scss create mode 100644 src/pages/settings/index.scss diff --git a/src/components/contact-form/index.scss b/src/components/contact-form/index.scss index 3e48000..3dab574 100644 --- a/src/components/contact-form/index.scss +++ b/src/components/contact-form/index.scss @@ -1,3 +1,9 @@ +.nut-cell { + background: transparent !important; +} +.nut-cell-group__wrap { + background: transparent !important; +} .suggestions { position: absolute; z-index: 10; diff --git a/src/components/contact/index.scss b/src/components/contact/index.scss index d3bcbb6..84bafd3 100644 --- a/src/components/contact/index.scss +++ b/src/components/contact/index.scss @@ -1,6 +1,13 @@ -.nut-elevator__list__item__name { +.nut-elevator__list { + height: 100% !important; +} + .nut-elevator__list__item__name { height: auto; } +.nut-searchbar { + background: transparent; +} + .company { height: 24px; line-height: normal; diff --git a/src/components/contact/index.vue b/src/components/contact/index.vue index 3d45911..233b8a7 100644 --- a/src/components/contact/index.vue +++ b/src/components/contact/index.vue @@ -16,7 +16,7 @@ const clickItem = (key: string, item: any) => {