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) => {