el-link underline

This commit is contained in:
xh
2025-06-20 01:43:12 +08:00
parent 423a598ddf
commit 4cafaf6c44
2 changed files with 2 additions and 8 deletions

View File

@@ -146,7 +146,7 @@
</el-table-column>
<el-table-column label="名称" min-width="100" show-overflow-tooltip>
<template #default="{ row }">
<el-link @click.stop="handlePreview(row.uri)" :underline="false">
<el-link @click.stop="handlePreview(row.uri)" underline="never">
{{ row.name }}
</el-link>
</template>