From 41a0245f6e440ab1ee3fa5aae7c4a7d8467f8b2d Mon Sep 17 00:00:00 2001 From: afc163 Date: Thu, 12 May 2016 12:10:26 +0800 Subject: [PATCH] Fix TreeSelect placeholder, close #1657 --- components/select/style/index.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/select/style/index.less b/components/select/style/index.less index a2b7232e2d..6f164e1b96 100644 --- a/components/select/style/index.less +++ b/components/select/style/index.less @@ -204,7 +204,8 @@ position: relative; } - &-selection__placeholder { + &-selection__placeholder, + &-search__field__placeholder { // for TreeSelect compatibility position: absolute; top: 50%; left: 9px;