fix: recycle post title cannot be displayed in full (#537)

Signed-off-by: Ryan Wang <i@ryanc.cc>
pull/541/head
Ryan Wang 2022-04-06 23:05:45 +08:00 committed by GitHub
parent 5ed960f633
commit e8146d929f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View File

@ -209,9 +209,9 @@
{{ item.title }}
</a>
</a-tooltip>
<a-button v-else class="!p-0" disabled type="link">
<a v-else class="no-underline" href="javascript:void(0);" disabled>
{{ item.title }}
</a-button>
</a>
</div>
</template>
</a-list-item-meta>
@ -285,9 +285,9 @@
{{ text }}
</a>
</a-tooltip>
<a-button v-else class="!p-0" disabled type="link">
<a v-else class="no-underline" href="javascript:void(0);" disabled>
{{ text }}
</a-button>
</a>
</template>
<template #status="status">

View File

@ -105,9 +105,9 @@
</a>
</a-tooltip>
<a-button v-else class="!p-0" disabled type="link">
<a v-else class="no-underline" href="javascript:void(0);" disabled>
{{ item.title }}
</a-button>
</a>
</div>
</template>
</a-list-item-meta>
@ -151,9 +151,9 @@
</a>
</a-tooltip>
<a-button v-else class="!p-0" disabled type="link">
<a v-else class="no-underline" href="javascript:void(0);" disabled>
{{ text }}
</a-button>
</a>
</template>
<template #status="status">