Commit b1aef832 authored by shirlyn.guo's avatar shirlyn.guo 👌🏻

chore: 去除多余的手形效果

parent b5e63e44
......@@ -171,14 +171,8 @@ function handleAddAgentApplications() {
<n-collapse-transition :show="isShowCarousel">
<div>
<n-carousel autoplay class="h-[280px] w-full rounded-[10px] object-cover 2xl:object-fill">
<img
class="h-[280px] w-full cursor-pointer object-cover"
src="@/assets/images/application-square-carousel.png"
/>
<img
class="h-[280px] w-full cursor-pointer object-cover"
src="@/assets/images/application-square-carousel.png"
/>
<img class="h-[280px] w-full object-cover" src="@/assets/images/application-square-carousel.png" />
<img class="h-[280px] w-full object-cover" src="@/assets/images/application-square-carousel.png" />
</n-carousel>
</div>
<div class="h-[20px] bg-[#f3f6f9]"></div>
......@@ -215,7 +209,7 @@ function handleAddAgentApplications() {
<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)]"
>
<div class="flex cursor-pointer justify-between">
<div class="flex justify-between">
<div class="popover-trigger mr-[22px] text-[14px]">
<div class="agent-desc h-[23px] w-full max-w-[160px] font-semibold">
<n-ellipsis style="max-width: 180px" :line-clamp="1">
......@@ -263,13 +257,7 @@ function handleAddAgentApplications() {
<span class="ml-[6px] text-[12px] text-[#333]">{{ agentApplicationItem.collectNumber }}</span>
</div>
<div class="flex">
<PreviewOpen
theme="outline"
size="18"
fill="#333"
:stroke-width="3"
class="ml-[12px] cursor-pointer"
/>
<PreviewOpen theme="outline" size="18" fill="#333" :stroke-width="3" class="ml-[12px]" />
<span class="ml-[6px] text-[12px] text-[#333]">{{ agentApplicationItem.clickNumber }}</span>
</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