修复详情页button没有全覆盖的bug

This commit is contained in:
ZtRXR 2023-08-28 00:36:33 +08:00
parent 4cc9e02107
commit 6fe57a21bc

View File

@ -43,7 +43,7 @@ const pages =Math.ceil(showCards.value.length/aPage)
<template #header>
<div class="card-header">
<span style="margin-right: 10px;font-size: 30px"> {{item.hz}}</span>
<el-button><NuxtLink :to="'/tools/qqazk/details/'+item.id">点击详情</NuxtLink></el-button>
<NuxtLink :to="'/tools/qqazk/details/'+item.id"><el-button>点击详情</el-button></NuxtLink>
</div>
</template>
<div>笔顺码 {{item.bsm}}</div>