From 4201abc80491a490e7e2c9c04b5bb3945e78eb85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A0=82=E7=B3=96?= Date: Sat, 29 Nov 2025 14:20:45 +0800 Subject: [PATCH] =?UTF-8?q?fix(KLPTable):=20=E8=B0=83=E6=95=B4=E6=B5=AE?= =?UTF-8?q?=E5=8A=A8=E5=B1=82=E4=BD=8D=E7=BD=AE=E9=98=B2=E6=AD=A2=E8=B6=85?= =?UTF-8?q?=E5=87=BA=E5=B1=8F=E5=B9=95=E8=BE=B9=E7=95=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 添加 adjustedTooltipStyle 计算属性,当浮动层超出屏幕底部或右侧时自动调整位置 --- .../KLPUI/KLPTable/FloatLayer/index.vue | 20 +++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/klp-ui/src/components/KLPUI/KLPTable/FloatLayer/index.vue b/klp-ui/src/components/KLPUI/KLPTable/FloatLayer/index.vue index 6d48ec18..75e2318a 100644 --- a/klp-ui/src/components/KLPUI/KLPTable/FloatLayer/index.vue +++ b/klp-ui/src/components/KLPUI/KLPTable/FloatLayer/index.vue @@ -1,6 +1,6 @@