Commit a06a1e5a authored by 王玉鑫's avatar 王玉鑫

fix: 星级开发区,联系人样式修正

parent fbb053a3
......@@ -3,7 +3,7 @@
<Teleport to="body">
<div class="fixed right-0 top-1/2 z-[102] h-[145px] -translate-y-1/2">
<div
class="star-contact flex h-[116px] w-10 cursor-pointer items-center justify-center rounded-[4px] bg-[#C0322B] px-3 text-justify text-base font-medium leading-[11px] text-white"
class="star-contact h-[116px] w-10 cursor-pointer rounded-[4px] bg-[#C0322B] px-3 text-center text-base font-medium leading-[11px] text-white"
@click="handleContact"
>
立即沟通
......@@ -11,9 +11,9 @@
<div
v-if="isShowPhone"
class="star-contact-info absolute right-[50px] top-0 flex h-[145px] w-[328px] rounded bg-white p-5"
:class="{ 'w-[186px]': !detail.contactPerson }"
:class="{ '!w-[186px]': !detail.contactPerson }"
>
<div class="flex w-[288px]" :class="{ 'w-[146px]': !detail.contactPerson }">
<div class="flex w-[288px]" :class="{ '!w-[146px]': !detail.contactPerson }">
<div v-if="detail.contactPerson" class="flex h-[105px] flex-none flex-col">
<div>
<div class="flex h-5 items-center justify-center">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment