Commit 12f0a853 authored by shirlyn.guo's avatar shirlyn.guo 👌🏻

chore: 收藏图标隐藏悬浮依然有背景颜色

parent d33fad11
......@@ -299,11 +299,11 @@ const handleCardContentScrollDebounce = debounce(
</div>
<div class="flex">
<div
v-show="agentAppItem.baseInfo.agentPublishStatus !== 'draft'"
class="rounded-[25px] p-[5px] hover:bg-[rgb(243,243,245)]"
@click.stop="handleApplicationsCollect(agentAppItem)"
>
<Star
v-show="agentAppItem.baseInfo.agentPublishStatus !== 'draft'"
theme="two-tone"
size="18"
:fill="agentAppItem.isCollect === 'Y' ? ['#ffc06d', '#ffc06d'] : ['#333', '#fff']"
......
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