From b91f6536e1ffcf47917c65d7a9c17d8e0ba7ab56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A2=81=E7=81=8F?= Date: Mon, 25 Jan 2021 11:55:13 +0800 Subject: [PATCH] fix Table column tooltip bug,and Table/column add tooltipMaxWidth prop --- src/components/table/cell.vue | 23 +++++++++-------------- src/components/table/table.vue | 5 +++++ 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/src/components/table/cell.vue b/src/components/table/cell.vue index 3eff914b..79142c70 100644 --- a/src/components/table/cell.vue +++ b/src/components/table/cell.vue @@ -14,8 +14,8 @@