From 4bbe2291efb2e9cc94a2c1a093bb16a7c8cb863b Mon Sep 17 00:00:00 2001 From: afc163 Date: Tue, 2 Aug 2016 14:51:48 +0800 Subject: [PATCH] Fix uploading picture style --- components/upload/style/index.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/upload/style/index.less b/components/upload/style/index.less index 79eb89d23..0ca5d96d0 100644 --- a/components/upload/style/index.less +++ b/components/upload/style/index.less @@ -237,7 +237,7 @@ } &-picture-card { - display: inline-block; + display: inline; .@{upload-item} { display: inline-block; @@ -317,6 +317,7 @@ } .@{upload-item}-info { + height: auto; &:before, .anticon-eye-o, .anticon-delete {