style: 组件MsDescription中的标签的tooltip给默认值

This commit is contained in:
teukkk 2024-07-18 14:18:33 +08:00 committed by 刘瑞斌
parent ed66641e2b
commit f6a6164147
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@
<template #overflow="{ number }">
<a-tooltip
:content="(Array.isArray(item.value) ? item.value : [item.value]).join('')"
:position="item.tagPosition"
:position="item.tagPosition ?? 'tl'"
>
<MsTag
:theme="item.tagTheme || 'outline'"