mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-11-30 19:19:26 +08:00
fix: fix-picture-spell-error
This commit is contained in:
parent
bf087e29bd
commit
42d0b7a179
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user