From dd98569864bd407b2eb0b2f2ab2eed5b2f8e1d80 Mon Sep 17 00:00:00 2001 From: xuliangzhan Date: Wed, 4 Mar 2020 15:28:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/views/table/bad/LineHeight.vue | 56 ++++++++++++++++++++++--- 1 file changed, 51 insertions(+), 5 deletions(-) diff --git a/examples/views/table/bad/LineHeight.vue b/examples/views/table/bad/LineHeight.vue index 8342cc40d..cd65e7abe 100644 --- a/examples/views/table/bad/LineHeight.vue +++ b/examples/views/table/bad/LineHeight.vue @@ -2,7 +2,7 @@

Warning 1:动态行高与虚拟滚动的取舍
- (注:关闭高性能的虚拟滚动来换取支持动态行高,卡不卡顿取决于数据量,使用这个方式的所有问题都应该自行处理) + (注:关闭高性能的虚拟滚动来换取支持动态行高,流不流畅取决于数据量,使用这个方式的所有问题都应该自行处理)

- + + + - + + + @@ -43,9 +66,32 @@ export default { :data="tableData" :optimization="{scrollX: {gt: 500}, scrollY: {gt: 50000}}"> - + + + - + + + `,