fix(feed): 提示条两个按钮也加 .stop 双保险
This commit is contained in:
@@ -751,11 +751,11 @@ onMounted(async () => {
|
||||
round
|
||||
:loading="pendingCategory === p.category"
|
||||
:disabled="pendingCategory !== null"
|
||||
@click="confirmMarkCategory(a.id, p.category)"
|
||||
@click.stop="confirmMarkCategory(a.id, p.category)"
|
||||
>
|
||||
全部已读
|
||||
</NButton>
|
||||
<NButton size="small" round @click="dismissPrompt(a.id, p.category)">
|
||||
<NButton size="small" round @click.stop="dismissPrompt(a.id, p.category)">
|
||||
稍后再说
|
||||
</NButton>
|
||||
</NSpace>
|
||||
|
||||
Reference in New Issue
Block a user