From 99f75798098f5112e2a9c56a9ca7a205b4bf5975 Mon Sep 17 00:00:00 2001 From: afc163 Date: Wed, 8 Jul 2015 16:29:57 +0800 Subject: [PATCH] update tooltip delay --- components/popover/index.jsx | 1 + components/tooltip/index.jsx | 1 + package.json | 2 +- style/core/motion/zoom.less | 2 +- 4 files changed, 4 insertions(+), 2 deletions(-) diff --git a/components/popover/index.jsx b/components/popover/index.jsx index 4f9a7f7c2e..731204e522 100644 --- a/components/popover/index.jsx +++ b/components/popover/index.jsx @@ -32,6 +32,7 @@ export default React.createClass({ return ( diff --git a/package.json b/package.json index 0a72c141f1..2c8b9d022d 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "rc-select": "~4.0.0", "rc-steps": "~1.1.2", "rc-tabs": "~5.1.0", - "rc-tooltip": "~2.2.3" + "rc-tooltip": "~2.3.0" }, "devDependencies": { "css-animation": "~1.0.3", diff --git a/style/core/motion/zoom.less b/style/core/motion/zoom.less index 91ad8ba6fc..5964b6fe8b 100644 --- a/style/core/motion/zoom.less +++ b/style/core/motion/zoom.less @@ -143,4 +143,4 @@ transform-origin: 50% 100%; transform: scale(0, 0); } -} \ No newline at end of file +}