feat: expand NoteAbstractItem clickable area
This commit is contained in:
parent
978e744cd8
commit
978f0de503
@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<div
|
||||
class="abstract-item"
|
||||
@click="$router.push(item.path)">
|
||||
@click.self="$router.push(item.path)">
|
||||
<i v-if="item.frontmatter.sticky" class="iconfont reco-sticky"></i>
|
||||
<div class="title">
|
||||
<i v-if="item.frontmatter.keys" class="iconfont reco-lock"></i>
|
||||
|
@ -25,7 +25,7 @@
|
||||
:key="subIndex"
|
||||
class="tag-item"
|
||||
:class="{ 'active': currentTag == subItem }"
|
||||
@click="goTags(subItem)">{{subItem}}</span>
|
||||
@click.stop="goTags(subItem)">{{subItem}}</span>
|
||||
</i>
|
||||
</div>
|
||||
</template>
|
||||
|
Loading…
Reference in New Issue
Block a user