From c879aea3c2623c56d829d4f6b7a3a08a2a8950ee Mon Sep 17 00:00:00 2001 From: afc163 Date: Sat, 2 Jan 2016 21:21:29 +0800 Subject: [PATCH] fix upload text style, close #802 --- style/components/upload.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style/components/upload.less b/style/components/upload.less index 77d80946aa..abd3dc1836 100644 --- a/style/components/upload.less +++ b/style/components/upload.less @@ -160,6 +160,7 @@ height: 48px; display: inline-block; overflow: hidden; + vertical-align: middle; } &-picture &-item-thumbnail img { @@ -178,7 +179,6 @@ overflow: hidden; text-overflow: ellipsis; white-space: nowrap; - vertical-align: top; margin: 0 0 0 8px; line-height: 42px; transition: all 0.3s ease;