From f0ed471709f60acfb9602bca00e30a91cf400b6e Mon Sep 17 00:00:00 2001 From: yoyo837 Date: Thu, 20 Jun 2019 11:45:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=BF=E6=93=8D=E7=BA=B5=E6=9D=86=E5=8F=B3?= =?UTF-8?q?=E4=BE=A7=E5=8D=8A=E8=BE=B9=E4=B9=9F=E5=8F=AF=E4=BB=A5=E6=93=8D?= =?UTF-8?q?=E4=BD=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/table/demo/resizable-column.md | 1 + 1 file changed, 1 insertion(+) diff --git a/components/table/demo/resizable-column.md b/components/table/demo/resizable-column.md index e904bd5c54..e13d4a7f03 100644 --- a/components/table/demo/resizable-column.md +++ b/components/table/demo/resizable-column.md @@ -131,5 +131,6 @@ ReactDOM.render(, mountNode); bottom: 0; right: -5px; cursor: col-resize; + z-index: 1; } ```