From 42d0b7a1797b4905354cd960c0a698f1934a7718 Mon Sep 17 00:00:00 2001 From: alexchen Date: Wed, 26 Dec 2018 15:19:24 +0800 Subject: [PATCH] fix: fix-picture-spell-error --- components/upload/style/index.less | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/components/upload/style/index.less b/components/upload/style/index.less index 0896c9a61f..e78455d234 100644 --- a/components/upload/style/index.less +++ b/components/upload/style/index.less @@ -3,7 +3,7 @@ @upload-prefix-cls: ~'@{ant-prefix}-upload'; @upload-item: ~'@{ant-prefix}-upload-list-item'; -@upload-pictrue-card-size: 104px; +@upload-picture-card-size: 104px; @upload-picture-card-border-style: @border-style-base; .@{upload-prefix-cls} { @@ -30,8 +30,8 @@ &&-select-picture-card { border: @border-width-base dashed @border-color-base; - width: @upload-pictrue-card-size; - height: @upload-pictrue-card-size; + width: @upload-picture-card-size; + height: @upload-picture-card-size; border-radius: @border-radius-base; background-color: @background-color-light; text-align: center; @@ -300,8 +300,8 @@ } .@{upload-item} { float: left; - width: @upload-pictrue-card-size; - height: @upload-pictrue-card-size; + width: @upload-picture-card-size; + height: @upload-picture-card-size; margin: 0 8px 8px 0; }