Commit 9e9a498a authored by tyyin lan's avatar tyyin lan

Merge branch 'shirlyn' into 'master'

Merge branch 'shirlyn'

See merge request !44
parents 06ba4810 b1aef832
...@@ -171,14 +171,8 @@ function handleAddAgentApplications() { ...@@ -171,14 +171,8 @@ function handleAddAgentApplications() {
<n-collapse-transition :show="isShowCarousel"> <n-collapse-transition :show="isShowCarousel">
<div> <div>
<n-carousel autoplay class="h-[280px] w-full rounded-[10px] object-cover 2xl:object-fill"> <n-carousel autoplay class="h-[280px] w-full rounded-[10px] object-cover 2xl:object-fill">
<img <img class="h-[280px] w-full object-cover" src="@/assets/images/application-square-carousel.png" />
class="h-[280px] w-full cursor-pointer object-cover" <img class="h-[280px] w-full object-cover" src="@/assets/images/application-square-carousel.png" />
src="@/assets/images/application-square-carousel.png"
/>
<img
class="h-[280px] w-full cursor-pointer object-cover"
src="@/assets/images/application-square-carousel.png"
/>
</n-carousel> </n-carousel>
</div> </div>
<div class="h-[20px] bg-[#f3f6f9]"></div> <div class="h-[20px] bg-[#f3f6f9]"></div>
...@@ -215,7 +209,7 @@ function handleAddAgentApplications() { ...@@ -215,7 +209,7 @@ function handleAddAgentApplications() {
<div <div
class="rounded-[10px]! max-w-[392px] bg-[#fff] px-[24px] pb-[20px] pt-[20px] shadow-[0_4px_10px_0px_rgba(103,103,103,.1)]" class="rounded-[10px]! max-w-[392px] bg-[#fff] px-[24px] pb-[20px] pt-[20px] shadow-[0_4px_10px_0px_rgba(103,103,103,.1)]"
> >
<div class="flex cursor-pointer justify-between"> <div class="flex justify-between">
<div class="popover-trigger mr-[22px] text-[14px]"> <div class="popover-trigger mr-[22px] text-[14px]">
<div class="agent-desc h-[23px] w-full max-w-[160px] font-semibold"> <div class="agent-desc h-[23px] w-full max-w-[160px] font-semibold">
<n-ellipsis style="max-width: 180px" :line-clamp="1"> <n-ellipsis style="max-width: 180px" :line-clamp="1">
...@@ -241,7 +235,10 @@ function handleAddAgentApplications() { ...@@ -241,7 +235,10 @@ function handleAddAgentApplications() {
</div> </div>
</div> </div>
<div class="h-[84px] w-[84px]"> <div class="h-[84px] w-[84px]">
<img :src="agentApplicationItem.baseInfo.agentAvatar" class="h-[84px] w-[84px] rounded-[10px]" /> <img
:src="agentApplicationItem.baseInfo.agentAvatar"
class="h-[84px] w-[84px] rounded-[10px] object-cover"
/>
</div> </div>
</div> </div>
<n-divider class="mt-0! mb-[14px]!" dashed /> <n-divider class="mt-0! mb-[14px]!" dashed />
...@@ -260,13 +257,7 @@ function handleAddAgentApplications() { ...@@ -260,13 +257,7 @@ function handleAddAgentApplications() {
<span class="ml-[6px] text-[12px] text-[#333]">{{ agentApplicationItem.collectNumber }}</span> <span class="ml-[6px] text-[12px] text-[#333]">{{ agentApplicationItem.collectNumber }}</span>
</div> </div>
<div class="flex"> <div class="flex">
<PreviewOpen <PreviewOpen theme="outline" size="18" fill="#333" :stroke-width="3" class="ml-[12px]" />
theme="outline"
size="18"
fill="#333"
:stroke-width="3"
class="ml-[12px] cursor-pointer"
/>
<span class="ml-[6px] text-[12px] text-[#333]">{{ agentApplicationItem.clickNumber }}</span> <span class="ml-[6px] text-[12px] text-[#333]">{{ agentApplicationItem.clickNumber }}</span>
</div> </div>
</div> </div>
......
...@@ -269,7 +269,7 @@ const handleCardContentScrollDebounce = debounce( ...@@ -269,7 +269,7 @@ const handleCardContentScrollDebounce = debounce(
> >
</div> </div>
<div class="h-[68px] w-[68px]"> <div class="h-[68px] w-[68px]">
<img :src="agentAppItem.baseInfo.agentAvatar" class="h-[68px] rounded-[10px]" /> <img :src="agentAppItem.baseInfo.agentAvatar" class="h-[68px] rounded-[10px] object-cover" />
</div> </div>
</div> </div>
<div> <div>
......
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