You need to sign in or sign up before continuing.
Commit 22d26331 authored by tyyin lan's avatar tyyin lan

Merge branch 'shirlyn' into 'master'

Merge branch 'shirlyn' into 'master'

See merge request !86
parents 52cacc02 12f0a853
......@@ -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