chore: Put origin img size to fill the box (#18990)

This commit is contained in:
二货机器人 2019-09-24 22:33:35 -05:00 committed by GitHub
parent 6d7a87e7e0
commit 5aa32a3f17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -161,6 +161,8 @@
> span { > span {
display: block; display: block;
width: 100%;
height: 100%;
} }
.@{iconfont-css-prefix}-loading, .@{iconfont-css-prefix}-loading,
@ -378,6 +380,7 @@
display: block; display: block;
width: 100%; width: 100%;
height: 100%; height: 100%;
object-fit: cover;
} }
.@{upload-item}-name { .@{upload-item}-name {