From 2e4b04ddbbcb82531fbc29eeadbefc46591584e0 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期二, 16 六月 2026 15:18:55 +0800
Subject: [PATCH] 君歌 1.部署修改
---
src/components/PIMTable/PIMTable.vue | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/components/PIMTable/PIMTable.vue b/src/components/PIMTable/PIMTable.vue
index d63c197..10c8cd2 100644
--- a/src/components/PIMTable/PIMTable.vue
+++ b/src/components/PIMTable/PIMTable.vue
@@ -11,7 +11,7 @@
:row-key="rowKey"
:style="tableStyle"
tooltip-effect="dark"
- :tooltip-options="{ appendTo: 'body' }"
+ :tooltip-options="{ popperOptions: { strategy: 'absolute' } }"
:expand-row-keys="expandRowKeys"
:show-summary="isShowSummary"
:summary-method="summaryMethod"
@@ -28,6 +28,7 @@
<el-table-column align="center"
label="搴忓彿"
type="index"
+ fixed="left"
width="60" />
<el-table-column v-for="(item, index) in column"
:key="index"
--
Gitblit v1.9.3