style: 组件MsDescription中的标签的tooltip给默认值
This commit is contained in:
parent
ed66641e2b
commit
f6a6164147
|
@ -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'"
|
||||
|
|
Loading…
Reference in New Issue