From 268da85fcc408cbafed5d1ca4b912d475572146a Mon Sep 17 00:00:00 2001 From: afc163 Date: Thu, 10 Sep 2015 12:27:24 +0800 Subject: [PATCH] update select style --- style/components/select.less | 2 -- 1 file changed, 2 deletions(-) diff --git a/style/components/select.less b/style/components/select.less index cbb456c4ac..343e146f9e 100644 --- a/style/components/select.less +++ b/style/components/select.less @@ -62,7 +62,6 @@ &-selection { outline: none; user-select: none; - -webkit-user-select: none; box-sizing: border-box; display: block; @@ -246,7 +245,6 @@ display: inline-block; white-space: nowrap; overflow: hidden; - vertical-align: middle; text-overflow: ellipsis; max-width: 100%; }