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
+1
View File
@@ -14,6 +14,7 @@
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
}
}