fix: 配置参数tooltop提示靠左
This commit is contained in:
@@ -1137,7 +1137,7 @@ onMounted(() => {
|
|||||||
>
|
>
|
||||||
<template #bodyCell="{ column, text, record }">
|
<template #bodyCell="{ column, text, record }">
|
||||||
<template v-if="column.dataIndex === 'value'">
|
<template v-if="column.dataIndex === 'value'">
|
||||||
<a-tooltip>
|
<a-tooltip placement="topLeft">
|
||||||
<template #title v-if="record.comment">
|
<template #title v-if="record.comment">
|
||||||
{{ record.comment }}
|
{{ record.comment }}
|
||||||
</template>
|
</template>
|
||||||
@@ -1296,7 +1296,7 @@ onMounted(() => {
|
|||||||
</a-space>
|
</a-space>
|
||||||
</template>
|
</template>
|
||||||
<template v-else>
|
<template v-else>
|
||||||
<a-tooltip>
|
<a-tooltip placement="topLeft">
|
||||||
<template #title v-if="text.comment">
|
<template #title v-if="text.comment">
|
||||||
{{ text.comment }}
|
{{ text.comment }}
|
||||||
</template>
|
</template>
|
||||||
@@ -1463,7 +1463,7 @@ onMounted(() => {
|
|||||||
</a-space>
|
</a-space>
|
||||||
</template>
|
</template>
|
||||||
<template v-else>
|
<template v-else>
|
||||||
<a-tooltip>
|
<a-tooltip placement="topLeft">
|
||||||
<template #title v-if="text.comment">
|
<template #title v-if="text.comment">
|
||||||
{{ text.comment }}
|
{{ text.comment }}
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user