mirror of https://github.com/halo-dev/halo-admin
fix: recycle post title cannot be displayed in full (#537)
Signed-off-by: Ryan Wang <i@ryanc.cc>pull/541/head
parent
5ed960f633
commit
e8146d929f
|
@ -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">
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue