style: 优化部分链接样式

This commit is contained in:
2024-10-20 21:23:41 +08:00
parent 7970940f50
commit c6daf41a2e
5 changed files with 42 additions and 5 deletions

View File

@@ -36,7 +36,18 @@
</a-button>
</template>
<template #title="{ record }">
<a-link @click="onDetail(record)">{{ record.title }}</a-link>
<a-link @click="onDetail(record)">
<a-typography-paragraph
class="link-text"
:ellipsis="{
rows: 1,
showTooltip: true,
css: true,
}"
>
{{ record.title }}
</a-typography-paragraph>
</a-link>
</template>
<template #type="{ record }">
<GiCellTag :value="record.type" :dict="notice_type" />