From 93f5928e1af52c53340aef464d59898d62f2f2a7 Mon Sep 17 00:00:00 2001 From: afc163 Date: Wed, 18 Nov 2015 16:45:18 +0800 Subject: [PATCH] fix upload list item style --- 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 ec7babe258..ad7701f733 100644 --- a/style/components/upload.less +++ b/style/components/upload.less @@ -88,7 +88,6 @@ margin-right: 4px; font-size: 12px; color: #999; - top: 1px; } .anticon-cross { .iconfont-size-under-12px(10px); @@ -97,6 +96,7 @@ cursor: pointer; float: right; color: #999; + line-height: 22px; &:hover { color: #666; }