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

Signed-off-by: Ryan Wang <i@ryanc.cc>
pull/541/head
Ryan Wang 3 years ago committed by GitHub
parent 5ed960f633
commit e8146d929f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

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

Loading…
Cancel
Save