fix(ImagePreview): image overflow in some cases (#6811)

This commit is contained in:
neverland 2020-07-18 17:49:17 +08:00 committed by GitHub
parent 6c744d7531
commit 3c223ba7f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,7 @@
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
overflow: hidden;
} }
} }