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

chore: 修改个人应用&应用广场图片填充方式

parent e92f6175
......@@ -241,7 +241,10 @@ function handleAddAgentApplications() {
</div>
</div>
<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>
<n-divider class="mt-0! mb-[14px]!" dashed />
......
......@@ -269,7 +269,7 @@ const handleCardContentScrollDebounce = debounce(
>
</div>
<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>
......
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