From c2436df4dd346f7c1450055d9a59e556aa1f23df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E6=B1=9F=E8=BE=B0?= Date: Tue, 4 Jun 2024 19:33:25 +0800 Subject: [PATCH] fix(table): fix table sticky-header failure with scrollbar --- .../components/table/__demo__/sticky.md | 2 +- .../__test__/__snapshots__/demo.test.ts.snap | 4 +- packages/web-vue/components/table/table.tsx | 57 +++++++------------ 3 files changed, 22 insertions(+), 41 deletions(-) diff --git a/packages/web-vue/components/table/__demo__/sticky.md b/packages/web-vue/components/table/__demo__/sticky.md index 760ca2a87..f7ffea51b 100644 --- a/packages/web-vue/components/table/__demo__/sticky.md +++ b/packages/web-vue/components/table/__demo__/sticky.md @@ -18,7 +18,7 @@ Set the header suction via `sticky-header`. The calculation container for the to ```vue