style: 网元参数配置修改tooltip位置为bottomLeft防止遮挡
This commit is contained in:
@@ -481,7 +481,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 placement="topLeft">
|
<a-tooltip placement="bottomLeft">
|
||||||
<template #title v-if="record.comment">
|
<template #title v-if="record.comment">
|
||||||
{{ record.comment }}
|
{{ record.comment }}
|
||||||
</template>
|
</template>
|
||||||
@@ -660,7 +660,7 @@ onMounted(() => {
|
|||||||
</a-space>
|
</a-space>
|
||||||
</template>
|
</template>
|
||||||
<template v-else-if="text">
|
<template v-else-if="text">
|
||||||
<a-tooltip placement="topLeft">
|
<a-tooltip placement="bottomLeft">
|
||||||
<template #title v-if="text.comment">
|
<template #title v-if="text.comment">
|
||||||
{{ text.comment }}
|
{{ text.comment }}
|
||||||
</template>
|
</template>
|
||||||
@@ -767,7 +767,7 @@ onMounted(() => {
|
|||||||
</a-space>
|
</a-space>
|
||||||
</template>
|
</template>
|
||||||
<template v-else-if="text">
|
<template v-else-if="text">
|
||||||
<a-tooltip placement="topLeft">
|
<a-tooltip placement="bottomLeft">
|
||||||
<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