style: 提示top悬浮靠左

This commit is contained in:
TsMask
2023-11-08 16:05:18 +08:00
parent dff8f0dd61
commit d19d2c868c

View File

@@ -279,7 +279,7 @@ onMounted(() => {
> >
<template #bodyCell="{ column, record }"> <template #bodyCell="{ column, record }">
<template v-if="column.key === 'mml'"> <template v-if="column.key === 'mml'">
<a-tooltip> <a-tooltip placement="topLeft">
<template #title>{{ record.result }}</template> <template #title>{{ record.result }}</template>
<div class="mmlText">{{ record.mml }}</div> <div class="mmlText">{{ record.mml }}</div>
</a-tooltip> </a-tooltip>