From d62c87d03643bc7c32ebf555817922df39b5bdb9 Mon Sep 17 00:00:00 2001 From: afc163 Date: Wed, 24 Feb 2016 21:53:14 +0800 Subject: [PATCH] update dropdown offset --- components/dropdown/dropdown-button.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/dropdown/dropdown-button.jsx b/components/dropdown/dropdown-button.jsx index df05003e2c..c722d62820 100644 --- a/components/dropdown/dropdown-button.jsx +++ b/components/dropdown/dropdown-button.jsx @@ -10,7 +10,7 @@ const align = { adjustX: 1, adjustY: 1, }, - offset: [0, 3], + offset: [0, 4], targetOffset: [0, 0], };